You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
Thanks for your product and support that you brind in good quality every day.
I ran into the issue of installing a custom CA certificate on this acr-runner-set-listener pod, because I get an error like this:
2023-07-28T19:15:53Z INFO refreshing token {"githubConfigUrl": "https://github.com/***"}
2023-07-28T19:15:53Z INFO getting access token for GitHub App auth {"accessTokenURL": "https://api.github.com/app/installations/****/access_tokens"}
2023-07-28T19:15:53Z INFO auto_scaler unable to create message session. Will try again in 30 seconds {"error": "failed to get runner registration token on refresh: Post \"https://api.github.com/app/installations/****/access_tokens\": POST https://api.github.com/app/installations/****/access_tokens giving up after 1 attempt(s): Post \"https://api.github.com/app/installations/****/access_tokens\": x509: certificate signed by unknown authority"}
This happens due to the fact that my kubernetes cluster is behind the firewall, which decrypts and replaces certificates and the security guards do not want to change this behavior.
I somehow need to pass a custom CA certificate to this pod. How can i do this?
I see that there is such a setting, but it does not work.
Could you advice me something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
Thanks for your product and support that you brind in good quality every day.
I ran into the issue of installing a custom CA certificate on this acr-runner-set-listener pod, because I get an error like this:
This happens due to the fact that my kubernetes cluster is behind the firewall, which decrypts and replaces certificates and the security guards do not want to change this behavior.
I somehow need to pass a custom CA certificate to this pod. How can i do this?
I see that there is such a setting, but it does not work.
Could you advice me something?
version: 0.4.0
tag: gha-runner-scale-set-0.4.0
Beta Was this translation helpful? Give feedback.
All reactions