Skip to content

Commit

Permalink
Backport of fix where jwt clusters are generated into release/1.19.x (#…
Browse files Browse the repository at this point in the history
…21607)

backport of commit 01e9abc

Co-authored-by: jm96441n <[email protected]>
  • Loading branch information
hc-github-team-consul-core and jm96441n authored Aug 14, 2024
1 parent 3e4a572 commit b1a65de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agent/xds/clusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit b1a65de

Please sign in to comment.