To disable Basic Authentication for API in vRealize Operations Manager 67.-8.0.x, see Disable Basic Authentication for API in vRealize Operations Manager 6.7 - 8.0.x.
Disable Basic Authentication for API in vRealize Operations 8.1 and later
To disable Basic Authentication for API in vRealize Operations 8.1 and later, complete the steps below.
- Log into the vRealize Operations 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 false.
Example: basicAuthentication.enabled=false
- Save and close the file.
- Restart the REST API service:
service api restart
- Repeat steps 1-5 on all other nodes in the vRealize Operations cluster.
Impact/Risks:
By default, vRealize Operations 8.1 and later do not allow Basic Authentication for API.
For security purposes, it's best to leave Basic Authentication disabled.