mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
Set ExtAuthz Cluster name to URL Host (#1132)
This commit is contained in:
parent
1867feb5b9
commit
90d95b8c10
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ func (srv *Server) buildClusters(options *config.Options) []*envoy_config_cluste
|
|||
buildInternalCluster(options, "pomerium-control-plane-http", httpURL, false),
|
||||
}
|
||||
|
||||
clusters = append(clusters, buildInternalCluster(options, "pomerium-authz", authzURL, true))
|
||||
clusters = append(clusters, buildInternalCluster(options, authzURL.Host, authzURL, true))
|
||||
|
||||
if config.IsProxy(options.Services) {
|
||||
for _, policy := range options.Policies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue