If vaultSecretBackend enabled, Allow specifying vault role names
When we enable vaultSecretBackend, it creates default vault roles which are hardcoded in the vault package here https://github.com/mongodb/mongodb-kubernetes/blob/master/pkg/vault/vault.go#L36-L38
mongodbenterprisedatabase
mongodbenterpriseopsmanager
mongodbenterpriseappdb
It would be great if we can configure these roles through configmap in the secrets-config.yaml (https://github.com/mongodb/mongodb-kubernetes/blob/master/helm_chart/templates/secret-config.yaml)
2
votes
