mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
config: add internal service URLs (#2801)
* config: add internal service URLs * maybe fix integration tests * add docs * fix integration tests * for databroker connect to external name, but listen on internal name * Update docs/reference/readme.md Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com> * Update docs/reference/readme.md Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com> * Update docs/reference/readme.md Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com> * Update docs/reference/settings.yaml Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com> * Update docs/reference/settings.yaml Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com> * Update docs/reference/settings.yaml Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com> Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
parent
2d04106e6d
commit
5a858f5d48
29 changed files with 2867 additions and 434 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -98,6 +98,7 @@ local Environment(mode, idp, dns_suffix) =
|
|||
SIGNING_KEY: std.base64(importstr '../files/signing-key.pem'),
|
||||
SIGNING_KEY_ALGORITHM: 'ES256',
|
||||
} + if mode == 'multi' then {
|
||||
AUTHENTICATE_INTERNAL_SERVICE_URL: 'https://pomerium-authenticate',
|
||||
AUTHORIZE_SERVICE_URL: 'https://pomerium-authorize:5443',
|
||||
DATABROKER_SERVICE_URL: 'https://pomerium-databroker:5443',
|
||||
GRPC_ADDRESS: ':5443',
|
||||
|
|
|
@ -223,7 +223,6 @@ local Routes(mode, idp, dns_suffix) =
|
|||
from: 'https://authenticate.localhost.pomerium.io',
|
||||
to: 'https://pomerium-authenticate',
|
||||
allow_public_unauthenticated_access: true,
|
||||
host_rewrite: 'authenticate.localhost.pomerium.io',
|
||||
tls_skip_verify: true,
|
||||
},
|
||||
] else [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue