-
Notifications
You must be signed in to change notification settings - Fork 878
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
Support for age recipients file #1078
Comments
doesn't seem to work with version: 3.8.1 always uses the first key in the recipients file. This would come in really handy when working in a team. |
I would love to have that working. I'm interested in taking a look and see if I can draft a PR. |
I too was looking to use sops/age for our team, but setting all the possible public keys in a |
@chriscarpenter12 why not simply put them in |
Is there an example of all the options in the |
Here's a small example: creation_rules:
- age: >-
age1yt3tfqlfrwdwx0z0ynwplcr6qxcxfaqycuprpmy89nr83ltx74tqdpszlw,
age129h70qwx39k7h5x6l9hg566nwm53527zvamre8vep9e3plsm44uqgy8gla,
age129h70qwx39k7h5x6l9hg56qxcxfaqycuprpmy89nr83ltx74tqdpszlw (A more complex one: https://github.com/getsops/sops?tab=readme-ov-file#using-sopsyaml-conf-to-select-kms-pgp-and-age-for-new-files) |
I wondered if being able to encrypt a file with multiple age public keys (recipients) could be done by using the age recipients file as well as passing multiple comma separated keys?
This can be achieved natively with age by passing the
-R, --recipients-file PATH
argument.The text was updated successfully, but these errors were encountered: