mirror of https://github.com/hashicorp/consul
fix where jwt clusters are generated
parent
1fa428552b
commit
01e9abcddb
|
@ -1003,9 +1003,9 @@ func (s *ResourceGenerator) clustersFromSnapshotAPIGateway(cfgSnap *proxycfg.Con
|
|||
|
||||
createdClusters[uid] = true
|
||||
}
|
||||
}
|
||||
|
||||
clusters = append(clusters, makeAPIGatewayJWKClusters(s.Logger, cfgSnap)...)
|
||||
}
|
||||
return clusters, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue