Where does the GitHub app's pem file go? #4139
Unanswered
bob-ashforth-sp
asked this question in
Q&A
Replies: 1 comment
-
The pem file is stored in SSM (encrypted) and used by the lambda's that are using the GitHub API. The runners do not have acces to the key. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm able to run terraform apply successfully, but I do not know where to put the pem file corresponding to the base64-encoded value stored in SSM. I can't find this information in the documentation for the runner app framework, GitHub Apps, or GitHub Webhooks.
Any answer greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions