diff options
author | Mark Steele <mark.steele@autodesk.com> | 2018-04-18 11:56:31 -0400 |
---|---|---|
committer | Mark Steele <mark.steele@autodesk.com> | 2018-04-18 11:56:31 -0400 |
commit | 3d0fd087c7940830e9ac983d990720240efe202c (patch) | |
tree | 78da39dadb0a558bb17447117bb51d5f35000303 | |
parent | 076dab4c5e4d5ea71ae3f28be6711aaceaa2e4a9 (diff) | |
download | netlify-serverless-oauth2-backend-3d0fd087c7940830e9ac983d990720240efe202c.tar.gz netlify-serverless-oauth2-backend-3d0fd087c7940830e9ac983d990720240efe202c.tar.zst netlify-serverless-oauth2-backend-3d0fd087c7940830e9ac983d990720240efe202c.zip |
doc update
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ Finally, once the code is deployed you need to add some parameters to the AWS pa | |||
73 | 73 | ||
74 | Head on over to the AWS console, find the Systems manager, and go to the Parameter store. | 74 | Head on over to the AWS console, find the Systems manager, and go to the Parameter store. |
75 | 75 | ||
76 | In there, you'll want to create the following parameters/values (as SecureStrings): | 76 | In there, you'll want to create the following parameters/values (as SecureStrings), making sure to replace `STAGE` with your stage (eg: prod): |
77 | 77 | ||
78 | * /ctrl-alt-del/oauth/`STAGE`/GIT_HOSTNAME - The github host to use. Ex: https://github.com | 78 | * /ctrl-alt-del/oauth/`STAGE`/GIT_HOSTNAME - The github host to use. Ex: https://github.com |
79 | * /ctrl-alt-del/oauth/`STAGE`/OAUTH_TOKEN_PATH - The token api uri path. Most probably this: /login/oauth/access_token | 79 | * /ctrl-alt-del/oauth/`STAGE`/OAUTH_TOKEN_PATH - The token api uri path. Most probably this: /login/oauth/access_token |