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

Provide a command to rename a secret #37

Open
PLPeeters opened this issue Aug 19, 2020 · 0 comments
Open

Provide a command to rename a secret #37

PLPeeters opened this issue Aug 19, 2020 · 0 comments

Comments

@PLPeeters
Copy link

One thing I find myself doing from time to time is renaming a secret, which is a pain with the current CLI since it requires me to:

  1. Fetch the contents of the secret.
  2. Create a new secret with the same contents.
  3. Delete the original secret.

A kubectl tbac rename secret <new-name> command that does this automatically could come in handy!

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

1 participant