-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[cherry-pick] add note for backup repository password configuration #6778
Conversation
/kind changelog-not-required |
Signed-off-by: Shubham Pampattiwar <[email protected]> address PR feedback Signed-off-by: Shubham Pampattiwar <[email protected]> reword the note Signed-off-by: Shubham Pampattiwar <[email protected]> change FS backups to normal backups in the note Signed-off-by: Shubham Pampattiwar <[email protected]>
2e9f7a6
to
6260a44
Compare
@@ -64,6 +64,11 @@ for namespace2 would be `https://s3-us-west-2.amazonaws.com/bucket/kopia/ns2`. | |||
There may be additional installation steps depending on the cloud provider plugin you are using. You should refer to the | |||
[plugin specific documentation](supported-providers.md) for the must up to date information. | |||
|
|||
**Note:** Currently, Velero creates a secret named `velero-repo-credentials` in the velero install namespace, containing a default backup repository password. | |||
You can update the secret with your own password encoded as base64 prior to the first backup (i.e., FS Backup, data mover) targeting to the backup repository. The value of the key to update is `Data[repository-password]`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is cherry-pick but I think long term (another PR?) we would want this to be a yaml example rather than Golang map.
You can update the secret with your own password encoded as base64 prior to the first backup (i.e., FS Backup, data mover) targeting to the backup repository. The value of the key to update is `Data[repository-password]`. | |
You can update the secret with your own password encoded as base64 prior to the first backup (i.e., FS Backup, data mover) targeting to the backup repository. The value of the key to update is | |
``` | |
data: | |
repository-password: <custom-password> | |
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kaovilai If we do want that, it should go into main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just the release-branch PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## release-1.12 #6778 +/- ##
=============================================
Coverage 60.46% 60.46%
=============================================
Files 242 242
Lines 26005 26005
=============================================
Hits 15724 15724
Misses 9180 9180
Partials 1101 1101 |
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.