* Add set_key_use configuration option Add a setKeyUse boolean configuration option to control the set_key_use field in the SPIFFE OIDC Discovery Provider configuration. When enabled, this adds the 'use': 'sig' field to JWKS keys, which is required for compatibility with Keycloak's SPIFFE identity provider. Defaults to false to maintain backward compatibility. Signed-off-by: Alan Cha <[email protected]> * Fix docs Signed-off-by: Kevin Fox <[email protected]> --------- Signed-off-by: Alan Cha <[email protected]> Signed-off-by: Kevin Fox <[email protected]> Co-authored-by: Kevin Fox <[email protected]>