Browse Source

fix where jwt clusters are generated

NET-10719-fix-apigw-jwt-cluster-generation
jm96441n 3 months ago
parent
commit
0339fc6450
  1. 4
      agent/xds/clusters.go

4
agent/xds/clusters.go

@ -1003,9 +1003,9 @@ func (s *ResourceGenerator) clustersFromSnapshotAPIGateway(cfgSnap *proxycfg.Con
createdClusters[uid] = true
}
clusters = append(clusters, makeAPIGatewayJWKClusters(s.Logger, cfgSnap)...)
}
clusters = append(clusters, makeAPIGatewayJWKClusters(s.Logger, cfgSnap)...)
return clusters, nil
}

Loading…
Cancel
Save