You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we have the admin console save logins for each configured host. The normal username/password prompt would be auto-filled in this case. And if we wished to login as a different user, we'd just fill in the new credentials to override whatever have been saved.
The text was updated successfully, but these errors were encountered:
Store in plain text - such as various other system type tools do (thinking maven, docker, aws cli, etc); or
Do an encrypted store with master password (for key derivation) - which we could then further extend later to integrate with native OS credential providers.
Personally, I just went to this repo to file the same issue. Even if logins can only be stored in plain text, I would like to have this feature as an option, perhaps with a suitable warning so people make informed decisions. I sign into our admin console almost every day so the extra step adds up.
Could we have the admin console save logins for each configured host. The normal username/password prompt would be auto-filled in this case. And if we wished to login as a different user, we'd just fill in the new credentials to override whatever have been saved.
The text was updated successfully, but these errors were encountered: