Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RUNNER.SERVER, 3.1.0/1] Fail to add runners (openid connect) #20

Closed
ChristopherHX opened this issue May 8, 2021 · 0 comments · Fixed by #25
Closed

[RUNNER.SERVER, 3.1.0/1] Fail to add runners (openid connect) #20

ChristopherHX opened this issue May 8, 2021 · 0 comments · Fixed by #25
Labels
bug Something isn't working

Comments

@ChristopherHX
Copy link
Owner

Steps to Reproduce

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
@ChristopherHX ChristopherHX added the bug Something isn't working label May 8, 2021
ChristopherHX added a commit that referenced this issue May 10, 2021
ChristopherHX added a commit that referenced this issue May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant