mirror of
https://github.com/status-im/consul.git
synced 2025-01-30 15:37:14 +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
|
createdClusters[uid] = true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
clusters = append(clusters, makeAPIGatewayJWKClusters(s.Logger, cfgSnap)...)
|
clusters = append(clusters, makeAPIGatewayJWKClusters(s.Logger, cfgSnap)...)
|
||||||
}
|
|
||||||
return clusters, nil
|
return clusters, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user