We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue: Various projects are consuming secrets in a specific format Example: htpasswd in secret - any webserver is expecting:
apiVersion: v1 data: users: <b64 encoded key:value list of users>
decoded b64:
user:htpassword
Would be good to have formatting options like:
kind: VaultStaticSecret metadata: name: vault-kv-app namespace: app spec: format: <string> | default (json) json/yaml/kv destination_key_name: <string> | default: data
optionally would be also great to have the possibility to select just keys from kv:
spec: keys: - 1secretkey - 2secretkey
This would make the secrets operator way more compatible with all the software around without rewriting/modifying other projects.
The text was updated successfully, but these errors were encountered:
Would this issue be solved by #437 ?
Sorry, something went wrong.
yea that would definitely solve it!
Closed with #437
benashz
Successfully merging a pull request may close this issue.
Issue: Various projects are consuming secrets in a specific format
Example: htpasswd in secret - any webserver is expecting:
decoded b64:
Would be good to have formatting options like:
optionally would be also great to have the possibility to select just keys from kv:
This would make the secrets operator way more compatible with all the software around without rewriting/modifying other projects.
The text was updated successfully, but these errors were encountered: