Skip to content

Commit

Permalink
config: fix insecure_key parameter
Browse files Browse the repository at this point in the history
insecure_api is a parameter of the admin config whereas insecure_key
is part of the attestation token config. We use the wrong field in one
of our config files.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum authored and Xynnn007 committed Feb 7, 2025
1 parent 522d517 commit bb4bb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbs/config/kbs-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
insecure_http = true

[attestation_token]
insecure_api = true
insecure_key = true

[attestation_service]
type = "coco_as_builtin"
Expand Down

0 comments on commit bb4bb09

Please sign in to comment.