Runner client connection error #914
-
Hi I'm trying to set up the actions-runner-controller, on an EKS cluster, version v1.19. I have tried both the PAT and GitHub App approaches, and was able to verify successfully that the values existed in the controller-manager secret, including the pem for the GitHub app I was trying to use. When using GH App, the PEM is generated automatically so I'm not worried about the format here.
The bit that I'm not understanding is why this error message appears if I'm using the PAT token? When I use the GH app approach, I can verify that the key exists in the necessary secret, but I'm guessing that it can't translate the secret encoding from an ExternalSecret (I can't find anything in pod logs or other kube resources to back this up though). Runner Deployment
Values for Helm Chart (managed with Argo)
Here's our ExternalSecret definition, which I can change to the GH app if needed.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've figured this out.
|
Beta Was this translation helpful? Give feedback.
I've figured this out.