Disabling user authentication
This section describes how to disable user authentication on the cluster.
To disable user authentication
You disable user authentication by running the configuration script in the same way as
you ran it to enable user authentication. In other words, if authentication is enabled and
you include --config-auth, then the script disables authentication.
-
Check if HA redundancy is currently enabled on the Conductor Live. If it is, disable it nowDisabling Conductor Live HA (high availability).
-
At your workstation, start a remote terminal session to the primary Conductor Live node.
-
At the Linux prompt, log in with the elemental user credentials.
-
Change to the directory where the configuration script is located, then enter the configure command :
[elemental@hostname ~]$ cd /opt/elemental_se [elemental@hostname elemental_se]$ sudo ./configure --config-auth -
Answer the prompts as follows:
Prompt Value to enter Httpd must be restarted, which may interrupt REST commands. Restart now?YDo you wish to update the admin user?NWhen you return to the web interface, you are not prompted to log in, and the menu to enable or disable node authentication on the worker nodes has disappeared.
-
The
configurecommand in the previous step disables user authentication but leaves HTTPS enabled. Therefore, if you also want to disable HTTPS, enter the configure command as follows:[elemental@hostname elemental_se]$ sudo ./configure --https --skip-all -
If applicable, re-enable HA.