optional encryption for files #979
Unanswered
freeseacher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i'm trying to add an option for adding files that are encrypted to my repo. Most of the files do not need any kind of encrytion and only several need it because of tokens contained.
i was looking for simple way how to add it but i finished with that lines in my ci
i need to disable error handling because sops fails with 1 if file is not encrypted. but that is completely fine for my use case, also i cant find
--recursive
option for-d
am i doing something wrong or misunderstood any conception ?i was expecting to do it with just
sops --ignore-mac -i -d blackbox/configs/*
Beta Was this translation helpful? Give feedback.
All reactions