Skip to content

Commit

Permalink
docs: add Jwk to attestation_token_config
Browse files Browse the repository at this point in the history
Jwk was recently added as a new Attestation Token Verifier
type. Update attestation_token_config documentation accordingly.

Signed-off-by: Mikko Ylinen <[email protected]>
  • Loading branch information
mythi authored and fitzthum committed Oct 2, 2024
1 parent 10c6895 commit c9dbfe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kbs/docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c9dbfe0

Please sign in to comment.