Where does the GitHub app's pem file go? #4139
Answered
by
npalm
bob-ashforth-sp
asked this question in
Q&A
-
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. |
Beta Was this translation helpful? Give feedback.
Answered by
npalm
Oct 18, 2024
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
Answer selected by
npalm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.