Symptoms:
You changed the admin password and suddenly you encounter the error
Your account has been locked because of too many failed attempts to login.
Follow this KB article to determine who is causing those failed attempts. If the failed attempts is coming from Healthwatch cf-health-check
application. Please apply resolution below.
cf-health-check
application UAA_CLIENT_SECRET
environment variable did not get updated when you changed the admin password.Using BOSH CLI, re-run Healthwatch push-apps
errand so that UAA_CLIENT_SECRET
environment variable gets updated. Sample command below:
To check the list of available errands:bosh -e <YOUR-ENV> -d <Healthwatch deployment> errands
Running push-apps errandbosh -e <YOUR-ENV> -d <Healthwatch deployment> run errand push-apps