tpl/gcp/docs/concourse.md in kite-0.0.9 vs tpl/gcp/docs/concourse.md in kite-0.1.0

- old
+ new

@@ -8,12 +8,23 @@ ### Setup Fill out the "token" field in `deployments/concourse/concourse.yml` with root token received from `vault init`. -Deploy Concourse +Deploy Concourse by running the script with the required arguments ``` -./bin/concourse-deploy.sh +./bin/concourse-deploy.sh *concourse_auth_password* *concourse_db_password* *vault_token* +``` + +### Connect GitHub oAuth + +To configure GitHub oAuth, you'll first need to [create](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/registering-oauth-apps) a GitHub oAuth app. + +``` +fly set-team -n concourse \ + --github-auth-client-id D \ + --github-auth-client-secret $CLIENT_SECRET \ + --github-auth-team concourse/Pivotal ``` ### Test To run a test Concourse job: