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

Use default global-backup reference for k8up s3 access and secret key #4

Open
TheBigLee opened this issue Jul 13, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@TheBigLee
Copy link
Member

Context

Currently the default vault reference for the s3 access and secret keys are

accesskey: '?{vaultkv:${customer:name}/${cluster:name}/vault/${_instance}/backup/s3_access_key}'
secretkey: '?{vaultkv:${customer:name}/${cluster:name}/vault/${_instance}/backup/s3_secret_key}'

This component relies on having the k8up component installed. The s3 access and secret key are already stored in vault for k8up itself to work. Instead of duplicating those keys in vault, we should leverage the existing keys and default to those keys:

backup:                                                                              
  bucket:                                                                            
    accesskey: '?{vaultkv:${customer:name}/${cluster:name}/global-backup/access-key}'
    secretkey: '?{vaultkv:${customer:name}/${cluster:name}/global-backup/secret-key}'
@TheBigLee TheBigLee added the enhancement New feature or request label Jul 13, 2021
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