sops set with --unencrypted-suffix and co #1789
Unanswered
WaywardWizard
asked this question in
Q&A
Replies: 2 comments 2 replies
-
This is helpful as it means lower security clearance personnel can provision things say with our rootca certificate as trusted for example |
Beta Was this translation helpful? Give feedback.
0 replies
-
Should Generally |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thankyou for SOPS. I have searched for related issues and discussions.
sops set <keypath>[<key>_unencrypted] <value>
Works to set a value in a sops file unencrypted
But the following inserts a key with an encrypted value
sops set --unencrypted-suffix cert <keypath>[server.cert] <val>
Is this expected? Should i open an issue for it? My usecase is storing certificates and private keys in the one spot (logical, therefore findable) and then only encrypting the material that needs to be secret
Beta Was this translation helpful? Give feedback.
All reactions