-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add credentials dynamically #72
Comments
reloading (not restart) the config does not help? |
sure but that would require to edit the file. |
So you're editing all sorts of files, running all sorts of commands.... but you don't want to run |
that's not the point. i could move the credentials to end of eturnal.yml and then append the file with additional credentials. but i was looking for a more convenient solution. |
I saw this issue coming when we added support for static credentials, mainly with the intention to allow for quick tests 😃 I wouldn't be keen on adding support for a full-blown DB, but a simple text file sounds okay to me (any suggestion on the exact format?). |
Hello Holger,
I would remove credentials from the eturnal.yml so that the two .yml could be merged. could be a parameter for reload
but that would not be loaded on start/restart so it should probably just be a file in /etc to be included if it exists, such as eturnal.credentials.yml |
Just to give a short feedback, I'd like to either:
I'm still thinking about this. |
|
I do not want to open a new issues for this question, therefore here: Is there a way to measure and limit bandwidth for a certain user? |
Hello,
is it possible to dynamically add credentials or read credentials from an external file?
I see that credentials are set in eturnal.yml like
but I would like to dynamically add credentials without touching the eturnal.yml file.
Any idea?
C.
The text was updated successfully, but these errors were encountered: