1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-15 01:44:22 +02:00

secrets as environment variables. closes #5

This commit is contained in:
Kevin Lamontagne
2013-07-30 17:31:59 -04:00
committed by Jehiah Czebotar
parent e3002667fc
commit 7dc5b691e7
2 changed files with 15 additions and 0 deletions

View File

@ -96,7 +96,9 @@ The command line to run `google_auth_proxy` would look like this:
--client-secret=...
```
## Environment variables
The environment variables `google_auth_client_id`, `google_auth_secret` and `google_auth_cookie_secret` can be used in place of the corresponding command-line arguments.
## Endpoint Documentation