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
Try to register a new runner, existing runners are working fine
It will fail with error Found, due to failed / missing authenication
Workaround
Temporary comment out one property of OpenId Connect
"Kestrel": {"HttpsFromPem": {"Url": "https://*:5001","Certificate": {"Path": "./cert.pem","KeyPath": "./key.pem"}}},// "ClientId": "ClientId of your Oauth app","ClientSecret": "Client secret of your Oauth app","Authority": "https://gitea:3042",
Restart Runner.Server
Register the new Runner
Revert the change
Restart Runner.Server
The new runner can operate normally
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Found
, due to failed / missing authenicationWorkaround
Runner.Server
Runner.Server
The text was updated successfully, but these errors were encountered: