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

readme: mention limitation of backup with key renewal #1533

Merged
merged 2 commits into from
May 23, 2024

Conversation

willbush
Copy link
Contributor

Description of the change

Add a note about the limitation of backing up the public / private key with key renewal.

Benefits

Clarity about the limitation of backing up without understanding how key renewal works.

Possible drawbacks

Conciseness of readme

Applicable issues

none

Additional information

Tested in minikube.

  • create secret
  • backup sealedsecrets.bitnami.com/sealed-secrets-key to main.key
  • force renewal
  • create secret2
  • backup sealedsecrets.bitnami.com/sealed-secrets-key to main2.key
  • delete cluster and recreate
  • restore main.key and secert2 cannot decrypt.
  • restore main2.key and both secrets work

Signed-off-by: Will Bush <git@willbush.dev>
Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>
Copy link
Collaborator

@alemorcuq alemorcuq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@alemorcuq alemorcuq merged commit b165348 into bitnami-labs:main May 23, 2024
15 checks passed
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

Successfully merging this pull request may close these issues.

2 participants