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
I use kubesec to encrypt kubernetes secrets. I update the secrets using kubesec encrypt --in-place --key=... --key... --key....
I expect kubesec to encrypt to the specified keys only. Otherwise I would use the + option.
What really happens is that kubesec does not remove the keys that are not specified.
The text was updated successfully, but these errors were encountered:
I use kubesec to encrypt kubernetes secrets. I update the secrets using
kubesec encrypt --in-place --key=... --key... --key...
.I expect kubesec to encrypt to the specified keys only. Otherwise I would use the
+
option.What really happens is that kubesec does not remove the keys that are not specified.
The text was updated successfully, but these errors were encountered: