To enable Basic Authentications for API in vRealize Operations Manager 8.1, see
Enable Basic Authentication for API in vRealize Operations Manager 8.1 and later.
Re-Enable Basic Authentication for API in vRealize Operations Manager 6.7 - 8.0.x
To re-enable Basic Authentication for API in vRealize Operations Manager 6.7 - 8.0.x, complete the steps below.
- Log into the vRealize Operations Manager Primary node as root via SSH or Console
- Open /usr/lib/vmware-vcops/user/conf/api-conf.properties in a text editor.
- Change the basicAuthentication.enabled property value to true.
Example: basicAuthentication.enabled=ture
- Save and close the file.
- Restart the REST API service:
vRealize Operations Manager 6.7 - 7.5
service vmware-vcops restart api
vRealize Operations Manager 8.0.x
service api restart
- Repeat steps 1-5 on all other nodes in the vRealize Operations Manager cluster.
Impact/Risks:
By default, vRealize Operations Manager allows Basic Authentication for API in vRealize Operations Manager 6.7 - 8.0.x.
For security purposes, it's best to disabled Basic Authentication.