How to ignore certain key in the managed secret? #812
-
We have a situation where a secret is being managed by external-secrets controller. However one of the keys is dynamically added to the managed secret by another controller. Is it possible instruct external-secrets controller not to manage a particular key? Or otherwise, only manage certain keys but ignore the rest? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No this is not possible in KES. Quoting myself from a previous issue:
Originally posted by @Flydiverny in #804 (comment)
Originally posted by @Flydiverny in #804 (comment) |
Beta Was this translation helpful? Give feedback.
No this is not possible in KES.
Similar to how you can not merge into an existing secret. KES will overwrite the entire secret when it updates.
Quoting myself from a previous issue:
Originally posted by @Flydiverny in #804 (comment)