autoscalingListener cannot get access token for Github App auth #3914
Unanswered
yijeong-cho
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed github runner following this guide
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller
I have created github app as guided,
and registered kubernetes secret as guided
and to my scaleset value, I added
Therefore listener generated its own secret as below.
however, i still get this error....
I confirmed that there is no issue with network.
when i run curl command in the container,
i get as below.
also, i actually can get the token inside the pod (istio sidecar container) ...
Can someone help me? ;(
Beta Was this translation helpful? Give feedback.
All reactions