QuestionQ20
UiPath Platform components and integrationsWhich command should you run to obtain the password for accessing the monitoring tools?
- A kubectl get secrets/dex-static-credential -n uipath -o “jsonpath={.data[‘password’]}” | base64 -d
- B kubectl get deployment/dex-static-credential -n uipath -o “jsonpath={.data[‘password’]}” | base64 -d
- C kubectl get password/dex-static-credential -n uipath -o “jsonpath={.data[‘password’]}” | base64 -d
- D kubectl get config/dex-static-credential -n uipath -o “jsonpath={.data[‘password’]}" | base64 -d
Community Discussion