[ARVADOS] updated: 1.3.0-1958-gf97455d80

Git user git at public.curoverse.com
Thu Dec 5 23:02:49 UTC 2019


Summary of changes:
 doc/_config.yml                             |  2 ++
 doc/install/install-sso.html.textile.liquid | 14 +++++++++++++-
 doc/install/setup-login.html.textile.liquid |  4 +---
 3 files changed, 16 insertions(+), 4 deletions(-)

       via  f97455d80e945aee9678efdc2c6a0fad5cd8fee6 (commit)
      from  eddcbf42f7f8ce57f1a011b97472fc330705921e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f97455d80e945aee9678efdc2c6a0fad5cd8fee6
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Dec 5 18:02:22 2019 -0500

    15572: More work on SSO install doc
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/doc/_config.yml b/doc/_config.yml
index 450c7aaa6..4ce347b50 100644
--- a/doc/_config.yml
+++ b/doc/_config.yml
@@ -204,6 +204,7 @@ navbar:
       - install/install-keep-web.html.textile.liquid
       - install/install-keep-balance.html.textile.liquid
     - User interface:
+      - install/setup-login.html.textile.liquid
       - install/install-sso.html.textile.liquid
       - install/install-workbench-app.html.textile.liquid
       - install/install-workbench2-app.html.textile.liquid
@@ -226,3 +227,4 @@ navbar:
       - install/install-postgresql.html.textile.liquid
       - install/ruby.html.textile.liquid
       - install/nginx.html.textile.liquid
+      - install/google-auth.html.textile.liquid
diff --git a/doc/install/install-sso.html.textile.liquid b/doc/install/install-sso.html.textile.liquid
index 4cd8574ba..3bc975ddd 100644
--- a/doc/install/install-sso.html.textile.liquid
+++ b/doc/install/install-sso.html.textile.liquid
@@ -16,7 +16,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 # "Update Nginx configuration":#update-nginx
 # "Install arvados-sso-server":#install-packages
 # "Create arvados-server client record":#client
-# "Update config.yml":#update-login-config
+# "Restart the API server and controller":#restart-api
 
 h2(#dependencies). Install dependencies
 
@@ -48,6 +48,9 @@ production:
 h2(#update-config). Update config.yml
 
 <pre>
+    Services:
+      SSO:
+        ExternalURL: auth.ClusterID.example.com
     Login:
       ProviderAppID: "arvados-server"
       ProviderAppSecret: $app_secret
@@ -219,3 +222,12 @@ Enter the following commands at the console.  The values that appear after you a
 :006 > <span class="userinput">quit</span>
 </code></pre>
 </notextile>
+
+h2(#restart-api). Restart the API server and controller
+
+After adding the SSO server to the Services section, make sure the cluster config file is up to date on the API server host, and restart the API server and controller processes to ensure the changes are applied.
+
+<notextile>
+<pre><code># <span class="userinput">systemctl restart nginx arvados-controller</span>
+</code></pre>
+</notextile>
diff --git a/doc/install/setup-login.html.textile.liquid b/doc/install/setup-login.html.textile.liquid
index ecc27b555..46f168774 100644
--- a/doc/install/setup-login.html.textile.liquid
+++ b/doc/install/setup-login.html.textile.liquid
@@ -26,6 +26,4 @@ Next, copy the values of *Client ID* and *Client secret* from the Google Develop
 
 h2(#sso). Option 2: Separate single-sign-on (SSO) server (supports Google, LDAP, local database)
 
-First, "Install the Single Sign On (SSO) server":#install-sso.html
-
-Next...
+See "Install the Single Sign On (SSO) server":#install-sso.html

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list