terminusdb icon indicating copy to clipboard operation
terminusdb copied to clipboard

`--impersonate` flag that allows CLI to run as a given user

Open GavinMendelGleason opened this issue 2 years ago • 0 comments

Currently we have no way of running the CLI as a given user. Since access to the store is required to run the CLI it makes no sense to do a full authentication, and yet it would still be useful to run under a lower privilege regime in many circumstances.

Add an --impersonate USERNAME flag to CLI commands to allow authentication to use USERNAMEs authority.

GavinMendelGleason avatar Jul 13 '22 06:07 GavinMendelGleason