Added example about security enforcement#205
Open
simonzhekoff wants to merge 1 commit into
Open
Conversation
| initialPassword: "{bcrypt}$2a$12$VDd8PrAndaJfoMJFlHFot.osSxZWQjMQZKgrEJgVZKFj6WFPvkbnS" # admin123 | ||
| provisioner: | ||
| username: provisioner | ||
| password: iHaveSuperpowers |
Contributor
There was a problem hiding this comment.
Or provisioner.passwordHash
| least one node has `graphdb.auth.security.enabled` set and at least one | ||
| other does not. | ||
|
|
||
| Apply the same `values.yaml` to every node in the cluster to avoid these |
Contributor
There was a problem hiding this comment.
This note is not really needed as this is always the case, unless for some reason... you do separate the helm install
mihailradkov
reviewed
Jun 4, 2026
| initialPassword: "{bcrypt}$2a$12$VDd8PrAndaJfoMJFlHFot.osSxZWQjMQZKgrEJgVZKFj6WFPvkbnS" # admin123 | ||
| provisioner: | ||
| username: provisioner | ||
| passwordHash: "{bcrypt}$2b$12$kCFzg6FJGFRulAxbkR6VPO1URlDiiY3hE4X6NGv/4FCipHg2hxzfG" # iHaveSuperpowers |
Contributor
There was a problem hiding this comment.
For some reason, the provisioner adds the bcrypt suffix automatically, see https://github.com/Ontotext-AD/graphdb-helm/blob/main/files/config/users.js#L19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added example about security enforcement