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

etcd backup via Swift does not allow to use applicationSecret #1380

Closed
Lappihuan opened this issue Mar 5, 2024 · 2 comments
Closed

etcd backup via Swift does not allow to use applicationSecret #1380

Lappihuan opened this issue Mar 5, 2024 · 2 comments

Comments

@Lappihuan
Copy link

The storageProvicer "Swift" for the etcd backup does not allow to configure a applicationSecret, only username and password:

authURL: {{ index .Values.backup.secretData "auth-url" }}
domainName: {{ index .Values.backup.secretData "domain-name" }}
password: {{ index .Values.backup.secretData "password" }}
region: {{ index .Values.backup.secretData "region-name" }}
tenantName: {{ index .Values.backup.secretData "project-name" }}
username: {{ index .Values.backup.secretData "username" }}

secretData:
auth-url: {{ .Values.backups.credentials.authURL }}
password: {{ .Values.backups.credentials.password }}
username: {{ .Values.backups.credentials.username }}
project-name: {{ .Values.backups.credentials.tenantName }}
region-name: {{ .Values.backups.credentials.region }}
domain-name: {{ .Values.backups.credentials.domainName }}

But etcd-backup-restore would support it: https://github.com/gardener/etcd-backup-restore/blob/a73fb83f171edf3bddfae43f11b6c163474d1f34/example/storage-provider-secrets/02-openstack-swift-storage-secret.yaml#L50-L52

@j2L4e
Copy link
Collaborator

j2L4e commented Mar 12, 2024

@j2L4e
Copy link
Collaborator

j2L4e commented Mar 18, 2024

closed via #1398

@j2L4e j2L4e closed this as completed Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants