Page MenuHomeDevCentral

Allow permanent static UIDs for webserver accounts
ClosedPublic

Authored by DorianWinty on Jun 24 2024, 17:48.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 12, 02:25
Unknown Object (File)
Wed, Sep 11, 21:45
Unknown Object (File)
Wed, Sep 11, 21:45
Unknown Object (File)
Wed, Sep 11, 16:30
Unknown Object (File)
Thu, Aug 29, 19:31
Unknown Object (File)
Tue, Aug 27, 04:23
Unknown Object (File)
Aug 16 2024, 11:37
Unknown Object (File)
Aug 9 2024, 16:17
Subscribers
None

Details

Summary

Currently, webserver-alkane accounts to run PHP applications
doesn't include a specific UID in the configuration.

We would like to avoid several issues with dynamic UIDs:

  • new accounts created on the fly will eat a position
  • different accounts on different servers share the same dynamic UID

Plan is to first assign UIDs for future websites, starting with ViMbAdmin,
then to assign UIDs to existing ones. The parameter needs to be optional
until that backfill assignment is done.

Ref T1932
Ref T1971

Test Plan

Apply future states for ViMbAdmin

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
arcpatch-D3326
Build Status
Buildable 5289
Build 5570: arc lint + arc unit

Event Timeline

DorianWinty created this revision.
dereckson retitled this revision from Permit to define an UID for alkane webserver account to Allow permanent static UIDs for webserver accounts.
dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jun 25 2024, 17:00