You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually the admin token carried by the client will have a JWK header in
the token. If this is the case, `insecure_header_jwk` will control
whether the endorsement of the key will be checked.
Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
|`identity_providers`| Array | Trusted issuer entries for JWT verification | No | Empty |
201
201
|`insecure_public_key_from_uri`| Boolean | Allow loading `public_key_uri` and `jwk_set_uri` via plaintext `http://`| No |`false`|
202
+
|`insecure_header_jwk`| Boolean | Skip endorsement checks for header-embedded JWK keys. Signature is still verified; use only in controlled test environments. | No |`false`|
0 commit comments