mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-30 09:27:19 +02:00
proxy: remove unused setting AuthorizeInternalAddr (#93)
- Added unit tests for policy validation. - Removed extraneous policy validation for URLs. - Add dependency caching to dockerfile.
This commit is contained in:
parent
96f4b8bd61
commit
fbe1cae482
10 changed files with 61 additions and 56 deletions
|
@ -175,10 +175,9 @@ IDP_CLIENT_ID | Values from setting up your [identity provider]
|
|||
IDP_PROVIDER | Values from setting up your [identity provider] (e.g. `google`)
|
||||
COOKIE_SECRET | output of `head -c32 /dev/urandom | base64`
|
||||
SHARED_SECRET | output of `head -c32 /dev/urandom | base64`
|
||||
AUTHORIZE_SERVICE_URL | `https://authorize.int.nas.example.com`
|
||||
AUTHORIZE_SERVICE_URL | `https://localhost`
|
||||
AUTHENTICATE_SERVICE_URL | `https://authenticate.int.nas.example.com`
|
||||
AUTHORIZE_INTERNAL_URL | `localhost:443`
|
||||
AUTHENTICATE_INTERNAL_URL | `localhost:443`
|
||||
AUTHENTICATE_INTERNAL_URL | `localhost`
|
||||
|
||||
For a detailed explanation, and additional options, please refer to the [configuration variable docs].
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue