Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning about copy-pasting client_id to group_vars template #686

Merged
merged 1 commit into from
May 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions deployment/ansible/group_vars/production.example
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ forecast_io_api_key: ""
# DRIVER has the capability to enable Single-Sign-On via OAuth (usually via Google).
# To enable this feature, you will need a client ID and secret, which can be obtained from the
# Google API Console: https://developers.google.com/identity/sign-in/web/devconsole-project
# CAUTION: We have had problems copy-pasting the client ID and client secret from this site; there
# have sometimes been whitespace and invisible characters in the copied strings. We recommend
# typing the client id and secret by hand.
# The URLs that you will need to authorize for your application are:
# https://<your domain name>
# https://<your domain name>/
Expand Down