From 1e78e77fa919e65e396683ab65ccf89fc08c2b2c Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Fri, 11 Aug 2023 12:56:33 -0400 Subject: [PATCH] tweak install instructions around inital setup (#845) Tweak install instructions around initial setup to highlight authentication. Ensure that authentication is within the installation's context. --- source/index.rst | 1 - source/installation.rst | 3 ++- source/installation/install-software.rst | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/source/index.rst b/source/index.rst index e93fed614..c3df03be2 100644 --- a/source/index.rst +++ b/source/index.rst @@ -52,7 +52,6 @@ These are institutions who were early adopters or provided HPC resources for dev requirements installation - authentication installation/add-cluster-config how-tos/app-development/interactive/setup diff --git a/source/installation.rst b/source/installation.rst index 5d81ce10b..bdc5586a3 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -23,8 +23,9 @@ Sites may reconfigure their deployment to allow for plain text traffic see FIXME :numbered: 1 installation/install-software - installation/modify-system-security + authentication installation/add-ssl + installation/modify-system-security Building From Source -------------------- diff --git a/source/installation/install-software.rst b/source/installation/install-software.rst index 068e5d694..f5ff0b477 100644 --- a/source/installation/install-software.rst +++ b/source/installation/install-software.rst @@ -142,8 +142,14 @@ Some operating systems use `Software Collections`_ to satisfy these. ---------------------- Now that Open OnDemand is installed and Apache is running, it should be serving -a public page telling you to come back here and setup authentication. If this -is the case - then you should :ref:`secure your apache ` then :ref:`add authentication `. +a public page telling you to come back here and setup authentication. + +If this is the case - then you need to :ref:`add authentication `. +The installation will not move forward with without adding authentication. + +After adding authentication, but before actually testing that it works, you should +:ref:`secure your apache `. This way you never send credentials over plain http. + You may also want to :ref:`enable SELinux `. If you're seeing the default apache page (Ubuntu users will) you will have to :ref:`debug virtualhosts `