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
Would like to be able to provide things like client-id, client-secret, and secret from docker secrets stored as files. Could either load the entire config from a file stored as a docker secret or (preferably) have additional environment variable options like the docker example:
CLIENT_ID_FILE
CLIENT_SECRET_FILE
SECRET_FILE
This would enable the use of secrets in a similar fashion to the example:
Would like to be able to provide things like client-id, client-secret, and secret from docker secrets stored as files. Could either load the entire config from a file stored as a docker secret or (preferably) have additional environment variable options like the docker example:
This would enable the use of secrets in a similar fashion to the example:
The text was updated successfully, but these errors were encountered: