Good Practices for handling service account GPG keys #11
josecelano
started this conversation in
General
Replies: 0 comments
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.
-
WIP: defining the scope for the discussion.
This discussion originated here.
Sometimes you want to sign things automatically on a CI/CD pipeline. In the GitHub environment we usually sign commits with:
The GPG private key is a signing key. Ideally a subkey.
You can handle the GPG keys used by automated tasks in different ways. Some ideas we have discussed:
We want to discuss the pros and cons of both options or find other alternatives.
The initial list of pros and cons for those two cases:
One organization bot account
How it works
Pros
Cons
One bot account per user
How it works
TODO
Pros
Cons
Notes
Beta Was this translation helpful? Give feedback.
All reactions