Enabling authentication in OpsCenter
About this task
OpsCenter offers granular, role-based permission control for user and role management.
By default, authentication is disabled.
The first time authentication is enabled, a default admin account is created with username admin
and password admin
.
If you enable OpsCenter authentication, DataStax strongly recommends enabling SSL communication between OpsCenter and the agents.
Changing the default admin password is strongly recommended the first time you log in. |
OpsCenter allows you to build your own authentication connectors to third-party authentication systems. Use the resources in the auth directory of your OpsCenter server installation:
|
The location of the auth directory depends on the type of installation:
-
Package installations: /usr/share/opscenter/auth
-
Tarball installations: installation_location/opscenter/auth
Procedure
-
Locate the opscenterd.conf file. The location of this file depends on the type of installation:
-
Package installations: /etc/opscenter/opscenterd.conf
-
Tarball installations: install_location/conf/opscenterd.conf
-
-
Edit the opscenterd.conf file and enable authentication.
Set
enabled=True
in the[authentication]
section.[authentication] enabled=True
-
Open the OpsCenter user interface in a browser.
http://localhost:8888
-
Enter the default username of
admin
and the passwordadmin
.If pluggable authentication is enabled, the default username and password will vary based on the information used when pluggable authentication was enabled.