hatchet icon indicating copy to clipboard operation
hatchet copied to clipboard

Github "Not enabled for this tenant or instance." how to fix?

Open hongkongkiwi opened this issue 9 months ago • 1 comments

How can I resolve this error when pressing the "Github" button in settings? I don't see anywhere to enabled it. I've followed the instructions to add a github app.

"Not enabled for this tenant or instance."

hongkongkiwi avatar Mar 17 '25 18:03 hongkongkiwi

Enabling Google & GitHub Authentication

Hi! I was able to enable both Google and GitHub authentication by passing the following environment variables:

SERVER_URL="https://<HOSTNAME_HERE>"
SERVER_AUTH_COOKIE_DOMAIN="<FQDN_HERE>"

SERVER_AUTH_GITHUB_ENABLED="true"
SERVER_AUTH_GITHUB_CLIENT_ID="<YOUR_GITHUB_CLIENT_ID_HERE>"
SERVER_AUTH_GITHUB_CLIENT_SECRET="<YOUR_GITHUB_CLIENT_SECRET_HERE>"

nmetaintro avatar Mar 21 '25 14:03 nmetaintro

This issue has been stale for 30 days. Please update the issue or comment to keep it active. Otherwise, it will be closed in 5 days.

github-actions[bot] avatar Sep 08 '25 08:09 github-actions[bot]