SOPS with age different keys #1132
Unanswered
amirdamirov
asked this question in
Q&A
Replies: 2 comments
|
I'm not sure if this helps, but you can put more than one key in the file referenced by I'm using a I have 3 keys in the If I understood your requirement correctly by specifying paths in Is also possible to specify more than one Age Public Key in the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
HI, fellows.
I have a question about age and sops integration.
I know that we can do it in .sops.yaml but here we only specify public key and the private key comes from variable $SOPS_AGE_KEY_FILE
In the documentation of AGE there is such option to specify private key with parametr "-i". But did not notice it with sops.
Is it possible to configure different key-pairs per folder in .sops.yaml ?
For example. I have this folder tree
A/B/DEV Encrypt it with age key-pair DEV
A/B/STAGE Encrypt it with age key-pair STAGE
All reactions