Error when trying to rotate the svc-nsx-VC-FQDN service account on SDDC Manager -
"NSX is integrated with vLCM feature of vSphere system. Cannot disable two way authentication and service account creation functionality"
VCF 5.1.1
This error and entry appears in the NSX Manager /var/log/nsx-audit.log at the time of the rotation attempt -
Operation status="failure"
"credential_type":"UsernamePasswordLoginCredential"},
"create_service_account":false,
"set_as_oidc_provider":true,
"access_level_for_oidc":"FULL",
"reverse_proxy_https_port":443,
"multi_nsx":false,
The value for create_service_account
being set to false
is causing the issue observed, it needs to be set to true
.
On the NSX Manager UI - toggle the create_service_account
value to true (yes) as follows:
Rotation of the svc-nsx-VC-FQDN service account on SDDC Manager is now expected to succeed.