Skip to content

Commit

Permalink
Add 'as HTTPS' to Google/GitHub doc
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Jul 21, 2016
1 parent cc6a943 commit 35e7633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ users:
# Google authentication.
# ==! NB: DO NOT ENTER YOUR GOOGLE PASSWORD AT "docker login". IT WILL NOT WORK.
# Instead, Auth server maintains a database of Google authentication tokens.
# Go to the server's port with you browser and follow the "Login with Google account" link.
# Go to the server's port as HTTPS with your browser and follow the "Login with Google account" link.
# Once signed in, you will get a throw-away password which you can use for Docker login.
google_auth:
domain: "example.com" # Optional. If set, only logins from this domain are accepted.
Expand All @@ -64,7 +64,7 @@ google_auth:
# GitHub authentication.
# ==! NB: DO NOT ENTER YOUR GITHUB PASSWORD AT "docker login". IT WILL NOT WORK.
# Instead, Auth server maintains a database of GitHub authentication tokens.
# Go to the server's port with you browser and follow the "Login with GitHub account" link.
# Go to the server's port as HTTPS with your browser and follow the "Login with GitHub account" link.
# Once signed in, you will get a throw-away password which you can use for Docker login.
github_auth:
organization: "acme" # Optional. If set, only logins from this organization are accepted.
Expand Down

0 comments on commit 35e7633

Please sign in to comment.