Backport of fix where jwt clusters are generated into release/1.19.x (#21607)

backport of commit 01e9abcddb

Co-authored-by: jm96441n <john.maguire@hashicorp.com>
pull/21559/head^2
hc-github-team-consul-core 4 months ago committed by GitHub
parent 3e4a572907
commit b1a65de811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1006,6 +1006,8 @@ func (s *ResourceGenerator) clustersFromSnapshotAPIGateway(cfgSnap *proxycfg.Con
clusters = append(clusters, makeAPIGatewayJWKClusters(s.Logger, cfgSnap)...)
}
clusters = append(clusters, makeAPIGatewayJWKClusters(s.Logger, cfgSnap)...)
return clusters, nil
}

Loading…
Cancel
Save