1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-12-01 22:51:45 +02:00

OAUTH2_PROXY_SIGNATURE_KEY env var, README update

This commit is contained in:
Mike Bland
2016-02-24 08:23:31 -05:00
parent 293d674e14
commit 87d80d6d22
2 changed files with 11 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ type Options struct {
RequestLogging bool `flag:"request-logging" cfg:"request_logging"`
SignatureKey string `flag:"signature-key" cfg:"signature_key"`
SignatureKey string `flag:"signature-key" cfg:"signature_key" env:"OAUTH2_PROXY_SIGNATURE_KEY"`
// internal values that are set after config validation
redirectURL *url.URL