1
Ask HN: Why most CLIs are not using keyring?
This is bit of a rant on software usability and security. CLIs like kubectl/awscli/<add your critical tool here> don't use keyring to store credentials, instead using plain text files. Besides requiring me to retype passwords over and over.
Any good reason to avoid keyring? Please enlighten me
FYI: I've learned today that poetry (the python thing) uses keyring for credentials. Good job!