[Feature] OAuth configuration through ENV variables. #58
Replies: 3 comments 2 replies
-
I think this would be a great addition to the current config system, which I was planning on rewriting regardless. How should the system handle both potential env vars and configuration done through the UI? |
Beta Was this translation helpful? Give feedback.
-
I have begun work on this in #102 |
Beta Was this translation helpful? Give feedback.
-
This has been implemented in v1.1.0 |
Beta Was this translation helpful? Give feedback.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
It would be convenient to be able to be able to manage OAuth configuration using ENV vars. It would make it simple to import configurations such as the client secret from a secret manager.
Variable name suggestions: (documentation)
OAUTH_ENABLED
OAUTH_ISSUER
OAUTH_CLIENT_ID
OAUTH_CLIENT_SECRET
OAUTH_CLIENT_SCOPE
OAUTH_AUTO_REGISTER
OAUTH_AUTO_LOGIN
Thanks for the cool project!
Beta Was this translation helpful? Give feedback.
All reactions