Replies: 1 comment
-
It is not possible in the current version of sops. The regexp is evaluated against every segment of a full key path separately. Though, if the project was more actively developed, it would've been quite easy to implement. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have following k8s secret manifest and I would like to only encrypt the
name
underdata
object but the sops encrypts all instances ofname
. How to configure the specific nested keys to encrypt usingencrypted_regex
rule?the
.sops.yaml
is as follows:Appreciate!
Thanks and best regards,
Jayesh
Beta Was this translation helpful? Give feedback.
All reactions