Browse Source

fix where jwt clusters are generated (#21606)

pull/21366/head^2
John Maguire 3 months ago committed by GitHub
parent
commit
58fad92cd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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