A user may encounter an error similar to below screencap on Apps Manager GUI after adding a Spring Config Server.
The UAA logs will show (400's) errors repeating, similar to below:
# Error Example:
{"http.method":"GET","http.path":"/uaa/userinfo","http.status_code":"403","error":"403"}}
---------------------
# The above error can be found in UAA VM logs. (/home/tempest-web/uaa/tomcat/logs/catalina.<DATE-OF-ISSUE>.log)
# Replace "<DATE-OF-ISSUE>" with the date the issue occurred.
The newly added Spring Cloud Server needs to refresh connection/config with UAA VM to gain trusted status/OAuth.
To resolve the issue:
monit restart scs-service-broker
If the issue is still present after performing the above, please open a support ticket with Tanzu by Broadcom.