unable to retrieve password for ceph dashboard

Hello,
I am trying to retrieve the password to login to the ceph dashboard but the command doesnt return the password. Any idea how to get the password again.
mon01:~ # salt-call grains.get dashboard_creds
local:
mon01:~ #

Hi, you seem to be issuing that command on the wrong node (mon01). That command has to be executed on the admin node (salt-master) since the dashboard credentials are stored in the admin’s grains (/etc/salt/grains).