From 35e7633f257cdc2d8d08587252f6599ec13dce91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Fri, 22 Jul 2016 01:39:03 +0200 Subject: [PATCH] Add 'as HTTPS' to Google/GitHub doc --- examples/reference.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/reference.yml b/examples/reference.yml index a4201d86..3dc344ab 100644 --- a/examples/reference.yml +++ b/examples/reference.yml @@ -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. @@ -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.