To resolve this, you need to select the checkbox
Provision an admin client in the BOSH UAA. You can do this by clicking your username on the top right of the
Ops Manager UI > Settings > LDAP/SAML settings.Once this has been selected, this adds a new Credential, UAA BOSH Client Credentials
, to the
BOSH Director Credentials Tab.You can then access the Director UAA with the following command:
uaac token client get bosh_admin_client -s <password>
Retrieve the password from the
UAA Bosh Client Credentials tab.