How can a system administrator obtain the host admin password to access the Host portal in Automation Suite?
The host administrator password is stored in the platform-service-secrets secret in the uipath namespace under identity.hostAdminPassword. Retrieving that secret value with kubectl and Base64-decoding it returns the credential for the Host portal.
platform-service-secrets
uipath
identity.hostAdminPassword
kubectl
Community Discussion