tpl/aws/docs/concourse.md in kite-0.1.0 vs tpl/aws/docs/concourse.md in kite-0.2.0
- old
+ new
@@ -8,12 +8,12 @@
### Setup
Fill out the "token" field in `deployments/concourse/concourse.yml` with root token received from `vault init`.
-Deploy Concourse by running the script with the required arguments
+Deploy Concourse by running the script with the Vault token as argument(strong passwords for Concourse auth and db will be generated automatically)
```
-./bin/concourse-deploy.sh *concourse_auth_password* *concourse_db_password* *vault_token*
+./bin/concourse-deploy.sh *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.