File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88# Stub config values for dev; PINT itself runs locally so these are unused,
99# but they keep 'helm lint' and 'helm template' happy.
1010config :
11+ radSecProxyProtocol : false
1112 clientID : pint-dev
1213 serverURL : http://localhost:8080
1314 ipaHost : localhost:8088
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ config:
3535
3636 # RADIUS / RadSec
3737 radSecCheckCRL : true # set false to disable CRL checking in the RadSec TLS listener
38- radSecProxyProtocol : false # set true when HAProxy fronts FreeRADIUS and sends PROXY protocol headers
38+ radSecProxyProtocol : true # set false when HAProxy is not fronting FreeRADIUS
3939 radSecStatusPort : " " # overrides the FreeRADIUS status server port (default: 18121)
4040 radSecStatusAddr : " " # overrides the status server address (host:port); useful in dev when pod IPs are unreachable
4141
You can’t perform that action at this time.
0 commit comments