mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
rm redundant config
This commit is contained in:
parent
5a8401bcae
commit
aeb19d4edc
1 changed files with 9 additions and 13 deletions
|
@ -9,8 +9,6 @@ authenticate:
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
existingTLSSecret: pomerium-tls
|
existingTLSSecret: pomerium-tls
|
||||||
service:
|
|
||||||
type: LoadBalancer
|
|
||||||
|
|
||||||
databroker:
|
databroker:
|
||||||
existingTLSSecret: pomerium-tls
|
existingTLSSecret: pomerium-tls
|
||||||
|
@ -33,21 +31,19 @@ redis:
|
||||||
tls:
|
tls:
|
||||||
certificateSecret: pomerium-redis-tls
|
certificateSecret: pomerium-redis-tls
|
||||||
|
|
||||||
ingress:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
ingressController:
|
ingressController:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
config:
|
config:
|
||||||
sharedSecret: YOURSHAREDSECRET # You can use "head -c32 /dev/urandom | base64" to generate.
|
|
||||||
cookieSecret: YOURCOOKIESECRET # You can use "head -c32 /dev/urandom | base64" to generate.
|
|
||||||
rootDomain: localhost.pomerium.io
|
rootDomain: localhost.pomerium.io
|
||||||
existingCASecret: pomerium-tls
|
existingCASecret: pomerium-tls
|
||||||
generateTLS: false # On by default, disabled when cert-manager or another solution is in place.
|
generateTLS: false # On by default, disabled when cert-manager or another solution is in place.
|
||||||
policy:
|
# The policy block isn't required when using the Pomerium Ingress Controller, as routes are defined
|
||||||
# This will be our testing app, to confirm that Pomerium is authenticating and routing traffic.
|
# by the addition of Ingress Resources.
|
||||||
- from: https://authenticate.localhost.pomerium.io
|
# routes:
|
||||||
to: https://pomerium-authenticate.pomerium.svc.cluster.local
|
# # This will be our testing app, to confirm that Pomerium is authenticating and routing traffic.
|
||||||
preserve_host_header: true
|
# - from: https://authenticate.localhost.pomerium.io
|
||||||
allow_public_unauthenticated_access: true
|
# to: https://pomerium-authenticate.pomerium.svc.cluster.local
|
||||||
|
# preserve_host_header: true
|
||||||
|
# allow_public_unauthenticated_access: true
|
||||||
|
# policy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue