kubesec icon indicating copy to clipboard operation
kubesec copied to clipboard

kubesec ecrypt --key=... does not remove other keys

Open tback opened this issue 3 years ago • 0 comments

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.

tback avatar Jul 27 '21 18:07 tback