-
Notifications
You must be signed in to change notification settings - Fork 3
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
intellij-sops-plugin doesn't respect path_regex and encrypted_regex in config .sops.yaml #9
Comments
Thats odd, we do the same thing and I am sure I though of that 🤔 I will look into that! |
Indeed: Because of this issue I implemented this:
to make sure my CWD is the same one the file is located in❓❓❓ |
Is your file actually called I just tested this in our repository and it works as expected 🤔 |
you're right @DaPutzy that's because my regexp don't match, I need to modify it. |
I will close this issue, if anything changes feel free to open it again :) |
I've instructed sops don't encrypt metadata fields in my Kubernetes Secret with the following config
.sops.yaml
:But as a result I get encrypted both metada and data in my Secret datasource-secret.enc.yaml:
Running the original sops binary it works as expected and metadata is not encrypted:
sops -e datasource-secret.yaml > datasource-secret.enc.yaml
The text was updated successfully, but these errors were encountered: