-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support reading password from file #69
Comments
Should the option be shown to the user or be "internal", as to not encourage anyone to leave their RWTH SSO password laying around in plain text without some sort of a good justification? |
It can be shown to the user. Currently one can also put the password in the config file so in that regard there is not too much of a difference |
Yeah, completely forgot about that part. Hey, maybe we could use the config file for that? |
I am a bit uneducated on the subject, is an
not good enough? (P.S. I wrote the file in bulk) |
Not really because there are often ways in which environment variables can be accessed or are leaked. |
This is necessary to support e.g. dockers and podmans secrets mechanism or the systemd
LoadCredential
directive.For this to work a config option (or flag) would need to be added which gets a path from which the password can be read.
The text was updated successfully, but these errors were encountered: