Configure GitHub OAuth
Last updated
Was this helpful?
Last updated
Was this helpful?
Configure GitHub and Spinnaker to use GitHub as an OAuth2 authenticator.
Ability to modify developer settings for your GitHub organization
Access to Halyard
A Spinnaker deployment with DNS and SSL configured
Login to GitHub and go to Settings > Developer Settings > OAuth Apps > New OAuth App
Make note of the Client ID / Client Secret
Homepage URL: This would be the URL of your Spinnaker service e.g.
Authorization callback URL: This is going to match your --pre-established-redirect-uri
in halyard and the URL needs login appended to your gate endpoint. Example https://gate.spinnaker.acme.com/login or https://spinnaker.acme.com/gate/login
Add the following snippet to your SpinnakerService
manifest under the spec.spinnakerConfig.config.security.authn
level:
Spinnaker:
Github: and
SSL Spinnaker: