Skip to content

Commit

Permalink
THREESCALE-10523 - address review - GatewayResponse and Security fields
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymo committed Jan 17, 2024
1 parent 43d3bd0 commit 08f8928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/capabilities/openapi_product_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ func (p *OpenAPIProductReconciler) desiredOIDCAuthentication(secReq *helper.Exte
JwtClaimWithClientID: p.openapiCR.Spec.OIDC.JwtClaimWithClientID,
JwtClaimWithClientIDType: p.openapiCR.Spec.OIDC.JwtClaimWithClientIDType,
CredentialsLoc: &tmpHeaders,
GatewayResponse: p.openapiCR.Spec.OIDC.GatewayResponse,
},
}

Expand Down

0 comments on commit 08f8928

Please sign in to comment.