Which command can retrieve the default password for the monitoring tools?
The monitoring-tools default password is stored as Base64-encoded data in the password field of the dex-static-credential Secret in the uipath namespace. Extracting that field with JSONPath and decoding it with Base64 retrieves the password.
password
dex-static-credential
uipath
Community Discussion