Skip to content

Commit

Permalink
k8s: Add RVPS config to kbs-config
Browse files Browse the repository at this point in the history
- RVPS config was missing so KBS would error out on missing RVPS config.

Signed-off-by: Suraj Deshmukh <[email protected]>
  • Loading branch information
surajssd committed Feb 7, 2024
1 parent c90c0ee commit ac636b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kbs/config/kubernetes/base/kbs-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ attestation_token_broker = "Simple"

[as_config.attestation_token_config]
duration_min = 5

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

0 comments on commit ac636b4

Please sign in to comment.