mirror of
https://github.com/status-im/consul.git
synced 2025-01-29 15:05:04 +00:00
fix where jwt clusters are generated (#21606)
This commit is contained in:
parent
1fa428552b
commit
58fad92cd3
@ -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…
x
Reference in New Issue
Block a user