You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the users.js which can be provided as a secret file are, as correctly identified by the configuration parameter, initialUsers. Some users may want to:
Use built-in GraphDB security.
Not change security settings manually.
Keep their users.js secret as a source of truth.
This is impossible at the moment, as the provisioned users.js is applied only if no previous users.js exists.
Expected Behavior
The user can toggle a security.users.override (or similarly named) flag - which defaults to false - to always overwrite the contents of users.js with the one provisioned in the secret. This is currently handled here.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Affected Version
11.3.1
Current Behavior
Currently, the
users.js
which can be provided as a secret file are, as correctly identified by the configuration parameter, initialUsers. Some users may want to:users.js
secret as a source of truth.This is impossible at the moment, as the provisioned
users.js
is applied only if no previoususers.js
exists.Expected Behavior
The user can toggle a
security.users.override
(or similarly named) flag - which defaults to false - to always overwrite the contents ofusers.js
with the one provisioned in the secret. This is currently handled here.Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: