...
Step 4 : Navigate to the Credentials tab and Enter the required password, turn off the temporary password option and save.
...
Redeployment Steps:
Run the below commands one after the other to redeploy the UI config file changes to take effect in Visualization
- sudo docker stop ansible_dashboard_app_1
- sudo docker rm ansible_dashboard_app_1 sudo
- docker dashboard_ms:1
- cd cqube-devops/microservices/dashboard-ms
- sudo git pull sudo docker build -t dashboard_ms:1 .
- sudo docker run -d -p 4200:80 --network ansible_cqube_net --name dashboard_app dashboard_ms:1