This message was deleted.
# bolt
s
This message was deleted.
d
m
@David Sandilands I did go that route, although it didn't get me 100% of the way. What I was going for is being able to share a repository with others and have them also encrypt or decrypt secrets using the same key. I think pkcs7 plugin doesn't support this kind of functionality. Kind of like ansible-vault does this: you have a password protected private key (which can reside in the repo) and you just have to ensure that the password for the private key which is used to decrypt secrets is strong enough.
I might need to implement my own plugin which would be capable of doing so