The TAS UAA Admin password has been rotated accordingly similar to the procedure in the Rotating TAS UAA admin user & client password KB, but during the Apply Changes, the App Autoscaler Errand failed. The failure occurs because the UAA admin account was locked due to multiple failed login attempts.
VMware Tanzu Platform - Cloud Foundry
Tanzu Observability by Wavefront Nozzle
The cc_exporter job (from the Tanzu Observability by Wavefront Nozzle deployment) was still using the old admin password, because the wavefront-nozzle tile has not been updated yet. The Apply Changes updates the TAS deployment first before the Wavefront Nozzle deployment.
As a workaround to recover, the following steps can be executed:
monit stop cc_exporteruaac target https://uaa.<SYS_DOMAIN> --skip-ssl-validation
uaac token client get admin -s "<UAA_ADMIN_CLIENT_PASSWORD>"
uaac user unlock adminNote that "SYS_DOMAIN" is the Tanzu Platform for Cloud Foundry System Domain, and "UAA_ADMIN_CLIENT_PASSWORD" is the password from Tanzu Platform for Cloud Foundry Credentials tab->UAA->Admin Client Credentials.
The Rotating TAS UAA admin user & client password KB has been updated to include a step, if the Tanzu Observability by Wavefront Nozzle is installed, to prevent this issue from happening.