UNCLASSIFIED - NO CUI

Skip to content

RequestAuthentication use jwks value over jwksUri if value is present

Ryan Garcia requested to merge 876-rgarcia-testing into main

clusters using DoD signed certificates (not trusted by the mesh CA store) encounter the error outlined in https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/876 if jwksUri is specified in the RequestAuthentication, but if jwks is specified instead the requests to Authservice are successful.

Related to https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/876

Merge request reports