-
Notifications
You must be signed in to change notification settings - Fork 2
Debugging webUI issues
ganeshahv edited this page May 1, 2020
·
3 revisions
Check the api log for errors. If there are 403 errors as below:
10/31/2019 10:34:34 AM - error: URL [http://10.10.11.27:8082/virtual-routers?detail=True] returned error ["403 Permission Denied"]
10/31/2019 10:34:34 AM - error: Encountered broken link: /virtual-routers?detail=True
10/31/2019 10:34:34 AM - error: REST Server Error: 403 Permission Denied
It would point to RBAC.
Go to the contrail_api and the contrail_analytics_api file and check the aaa_mode.
Edit the entrypoint.sh file
aaa_mode=no-auth
Save and Exit the docker.
Restart both the dockers.