% extends 'base.html' % block header

Gubernator Admin Config Page

% endblock % block content

These values come from the OAuth Apps Tab on GitHub.

New apps should be registered with "Homepage URL" set to https://{{hostname}} and "Authorization callback URL" set to https://{{hostname}}/github_auth.

GitHub OAuth Client Id:
GitHub OAuth Client Secret:
Alternate OAuth Host (optional, for custom domains, like "g8r.k8s.io:443"):


This value must match whatever is entered on GitHub when registering hooks to receive.

GitHub Webhook Secret:


This Token is used to periodically synchronize PR status stored in the database with GitHub.

This prevents dropped hooks and other bugs from causing stale PRs to linger in users' dashboards.

GitHub Token:

% if oauth_set

OAuth secrets set!

% endif % if webhook_set

GitHub Webhook secret set!

% endif % if token_set

GitHub Token set!

% endif % endblock