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
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.
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:
Questions:
The text was updated successfully, but these errors were encountered: