You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow-up to this discussion, is it possible to define Azure credentials centrally, in a private cluster? The idea would be to define all the secrets once, then only have the Backup or Schedule within the namespaces. According to the docs that is possible for S3, but I couldn't find any option to do that for Azure as well.
Is that possible today (could not find a reference in the source code, so I assume not), and would it be a welcome addition?
&cli.StringFlag{Destination: &cfg.Config.GlobalRepoPassword, Name: "globalrepopassword", EnvVars: []string{"BACKUP_GLOBALREPOPASSWORD"}, Usage: "set the restic repository password to be used globally"},
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As a follow-up to this discussion, is it possible to define Azure credentials centrally, in a private cluster? The idea would be to define all the secrets once, then only have the Backup or Schedule within the namespaces. According to the docs that is possible for S3, but I couldn't find any option to do that for Azure as well.
Is that possible today (could not find a reference in the source code, so I assume not), and would it be a welcome addition?
k8up/cmd/operator/main.go
Line 57 in 7713061
Beta Was this translation helpful? Give feedback.
All reactions