Skip to content

Store clusters password in secure location #1

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

Open
nirs opened this issue Sep 9, 2023 · 0 comments
Open

Store clusters password in secure location #1

nirs opened this issue Sep 9, 2023 · 0 comments
Labels
good first issue Good for newcomers hacktoberfest Candidate for hacktoberfest contribution

Comments

@nirs
Copy link
Owner

nirs commented Sep 9, 2023

Keeping cluster password in clear text is ok for test clusters but for real clusters it is better
to store the password in the system encrypted container used for other passwords.

Go Keyring library seems to do what we need.

Possible implementation:

  • make the password field optional
  • if password is not set, get the password from the keyring during login

Questions:

  • Who will store the password into the keyring?
  • Password key - cluster url?
@nirs nirs added good first issue Good for newcomers hacktoberfest Candidate for hacktoberfest contribution labels Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Candidate for hacktoberfest contribution
Projects
None yet
Development

No branches or pull requests

1 participant