You may need to rotate secrets for the OAuth Apps you are using to access your VMC on AWS SDDCs either for internal compliance or by request of the Broadcom team.
Example:
curl --request POST \
--url https://console.cloud.vmware.com/csp/gateway/am/api/orgs/{orgId}/oauth-apps/{oauthAppId}/secret \
--header 'authorization: Bearer <org_owner>/<org_admin> access token' \
--header 'content-type: application/json' \
--data '{
"newClientSecret": "####################"
}'WARNING! - This will immediately invalidate existing secrets. Also, you cannot view the new secret once you close the modal that shows the secret.
Please ensure that you copy the secret right away - Once the popup is closed, there’s no way to retrieve a secret.