Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Allow the admin console to save logins #32

Open
carl-edalex opened this issue Dec 4, 2019 · 3 comments
Open

Feature Request - Allow the admin console to save logins #32

carl-edalex opened this issue Dec 4, 2019 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@carl-edalex
Copy link

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.

@edalex-ian edalex-ian added the enhancement New feature or request label Dec 4, 2019
@abidingotter
Copy link
Contributor

Not sure if we can store the password securely, or even pass it to the launched code securely. Could definitely pre-fill the username box though

@edalex-ian
Copy link
Member

Yeah we'd sort of have to weigh it up:

  1. Store in plain text - such as various other system type tools do (thinking maven, docker, aws cli, etc); or
  2. Do an encrypted store with master password (for key derivation) - which we could then further extend later to integrate with native OS credential providers.

@phette23
Copy link

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.

@cathfitz cathfitz added this to the 1.1.1 milestone Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants