fix where jwt clusters are generated (#21606)

This commit is contained in:
John Maguire 2024-08-14 16:03:00 -04:00 committed by GitHub
parent 1fa428552b
commit 58fad92cd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}