make repository password configurable#7600
make repository password configurable#7600muxuelanKK wants to merge 1 commit intovmware-tanzu:mainfrom
Conversation
Signed-off-by: muxuelan <muxuelan@cmss.chinamobile.com>
It's already configurable today. If you want to enhance the velero server CLI, consider also adding the option to the |
Now we only can edit the secret after velero deployed already, I alse want to add the option to the |
|
Just changing the secret doesn't work in many cases. E.g., when some existing repos/BSLs are there, when changing the secret, Velero will use the new password to connect to the repos, however, the repos themselves are still with the old password, so the connection will fail. Actually, supporting dynamically changing the repo password involves many fundamental changes, as discussed in #5443. Therefore, we will need a sophisticated design to cover all the factors, i.e., repo password changing and unified repo API, password preserve, etc. |
The repository password should be configurable.