gaffer-docker icon indicating copy to clipboard operation
gaffer-docker copied to clipboard

Make Accumulo password secret optionally setable in values.yaml

Open t92549 opened this issue 3 years ago • 0 comments

Currently the Accumulo password secret is configured via the config.userManagement.rootPassword setting in the Accumulo values.yaml. This works well for dynamically created deployments, but if a user wants to save a repeatable deployment then this can become a security risk to store in plaintext. Instead, if the secret was optional, then a secret could be made once in the cluster and the repeatable deployment could be saved in plaintext without saving the password.

t92549 avatar May 14 '21 16:05 t92549