When attempting to rotate or remediate passwords in the SDDC Manager Password Management dashboard, the operation fails with the following validation error in the UI:
"Password must not contain more than 127 characters."
VMware Cloud Foundation (VCF) 9.1
There is a known issue where SDDC Manager may automatically generate a service account password that is 128 characters in length. However, the SDDC Manager Graphical User Interface (GUI) enforces a hard validation limit of 127 characters.
Because the GUI character limit, users are unable to "Update" or "Remediate" 128 character passwords.
To bypass the GUI limitation and successfully remediate the password, you must perform the update using the VCF Public API via the SDDC Manager Developer Center.
Identify Resource IDs:
GET /v1/credentials or GET /v1/nsxt-managers calls to find the resourceId and username for the affected component.Execute API Patch:
password, username, resourceId, and resourceName with your environment's specific values.Example Payload for API Remediation:
202 Accepted status, monitor the task in the SDDC Manager Task bar.