Skip to content

Commit

Permalink
kbs/config: add RVPS config
Browse files Browse the repository at this point in the history
Just like in commit 5cc31e7, added the RVPS config
in kbs/config/kbs-config.toml so that the example on the quickstart.md
works.

Fixes confidential-containers#320
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
  • Loading branch information
wainersm authored and fitzthum committed Feb 12, 2024
1 parent edc416e commit 6a9be1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kbs/config/kbs-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ attestation_token_broker = "Simple"
[as_config.attestation_token_config]
duration_min = 5

[as_config.rvps_config]
store_type = "LocalFs"
remote_addr = ""

[policy_engine_config]
policy_path = "/opa/confidential-containers/kbs/policy.rego"

0 comments on commit 6a9be1c

Please sign in to comment.