If a deploy takes a significantly long time the UAA token will expire and become invalid. When an invalid UAA response is found we should use a refresh token to re-authenticate the user using the client credentials.
This happens during a ops_manager deploy-product that takes a significantly long period of time.
Error when token has expired:
post response body {"errors":{"base":["Unable to successfully verify the access token with UAA. Error: 'CF::UAA::InvalidToken - error response'"]}}
If a deploy takes a significantly long time the UAA token will expire and become invalid. When an invalid UAA response is found we should use a refresh token to re-authenticate the user using the client credentials.
This happens during a ops_manager deploy-product that takes a significantly long period of time.
Error when token has expired:
post response body {"errors":{"base":["Unable to successfully verify the access token with UAA. Error: 'CF::UAA::InvalidToken - error response'"]}}