From 076dab4c5e4d5ea71ae3f28be6711aaceaa2e4a9 Mon Sep 17 00:00:00 2001 From: Mark Steele Date: Wed, 18 Apr 2018 11:54:34 -0400 Subject: doc update --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d1e76de..da3e841 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,11 @@ Head on over to the AWS console, find the Systems manager, and go to the Paramet In there, you'll want to create the following parameters/values (as SecureStrings): -* /ctrl-alt-del/oauth//GIT_HOSTNAME - The github host to use. Ex: https://github.com -* /ctrl-alt-del/oauth//OAUTH_TOKEN_PATH - The token api uri path. Most probably this: /login/oauth/access_token -* /ctrl-alt-del/oauth//OAUTH_AUTHORIZE_PATH - The authorize api uri path. Most probably this: /login/oauth/authorize -* /ctrl-alt-del/oauth//OAUTH_CLIENT_ID - Your Github OAuth client id -* /ctrl-alt-del/oauth//OAUTH_CLIENT_SECRET - Your Github OAuth client secret -* /ctrl-alt-del/oauth//REDIRECT_URL - Your callback URL. It will look something like this: https://RANDOMSTUFF.execute-api.us-east-1.amazonaws.com//callback -* /ctrl-alt-del/oauth//OAUTH_SCOPES - The scopes to grant. Probably this: repo,user +* /ctrl-alt-del/oauth/`STAGE`/GIT_HOSTNAME - The github host to use. Ex: https://github.com +* /ctrl-alt-del/oauth/`STAGE`/OAUTH_TOKEN_PATH - The token api uri path. Most probably this: /login/oauth/access_token +* /ctrl-alt-del/oauth/`STAGE`/OAUTH_AUTHORIZE_PATH - The authorize api uri path. Most probably this: /login/oauth/authorize +* /ctrl-alt-del/oauth/`STAGE`/OAUTH_CLIENT_ID - Your Github OAuth client id +* /ctrl-alt-del/oauth/`STAGE`/OAUTH_CLIENT_SECRET - Your Github OAuth client secret +* /ctrl-alt-del/oauth/`STAGE`/REDIRECT_URL - Your callback URL. It will look something like this: https://`RANDOMSTUFF`.execute-api.us-east-1.amazonaws.com/`STAGE`/callback +* /ctrl-alt-del/oauth/`STAGE`/OAUTH_SCOPES - The scopes to grant. Probably this: repo,user -- cgit v1.2.3