Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to overwrite users.js #149

Open
1 task done
rdstn opened this issue Dec 10, 2024 · 0 comments
Open
1 task done

Add option to overwrite users.js #149

rdstn opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rdstn
Copy link

rdstn commented Dec 10, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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:

  • 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

@rdstn rdstn added the enhancement New feature or request label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant