hatchet
hatchet copied to clipboard
Github "Not enabled for this tenant or instance." how to fix?
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."
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>"
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.