-
Notifications
You must be signed in to change notification settings - Fork 4.1k
cli: --init-token exposes the init token to the ps command #61231
Copy link
Copy link
Open
Labels
A-authenticationPertains to authn subsystemsPertains to authn subsystemsA-securityC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-server-and-securityDB Server & SecurityDB Server & Security
Description
Related to #60632
The current definition of the --init-token flag exposes the shared secret string to other users on the machine via the ps command.
Is this OK?
It seems to me that we instead want a --init-token-file and have the value of the token stored in a file instead. WDYT?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-authenticationPertains to authn subsystemsPertains to authn subsystemsA-securityC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-server-and-securityDB Server & SecurityDB Server & Security