From c9dbfe09fda4c166eece63236912146e724a6839 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Wed, 2 Oct 2024 17:29:58 +0300 Subject: [PATCH] docs: add Jwk to attestation_token_config Jwk was recently added as a new Attestation Token Verifier type. Update attestation_token_config documentation accordingly. Signed-off-by: Mikko Ylinen --- kbs/docs/config.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kbs/docs/config.md b/kbs/docs/config.md index 065983212..6181e3d98 100644 --- a/kbs/docs/config.md +++ b/kbs/docs/config.md @@ -37,10 +37,10 @@ The following properties can be set under the `attestation_token_config` section >This section is available only when the `resource` feature is enabled. -| Property | Type | Description | Required | Default | -|----------------------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------|----------|---------| -| `attestation_token_config` | String | Attestation token broker type. Valid values: `CoCo` | Yes | - | -| `trusted_certs_paths` | String Array | Trusted Certificates file (PEM format) or a valid Url (`file://` or `https://`) pointing to a JWKSet certificates (local or OpenID) | No | - | +| Property | Type | Description | Required | Default | +|----------------------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|----------|---------| +| `attestation_token_config` | String | Attestation token broker type. Valid values: `CoCo`, `Jwk` | Yes | - | +| `trusted_certs_paths` | String Array | Trusted Certificates file (PEM format) for `CoCo` or a valid Url (`file://` or `https://`) pointing to a JWKSet certificates (local or OpenID) for `Jwk` | No | - | If `trusted_certs_paths` is set, KBS will forcibly check the validity of the Attestation Token signature public key certificate,