Skip to content

Commit

Permalink
Merge pull request #578 from mythi/kbs-config-fixes
Browse files Browse the repository at this point in the history
kbs: fix configs in kubernetes deployments
  • Loading branch information
mkulke authored Nov 15, 2024
2 parents d78e054 + 4bc7aa3 commit 4537f6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions kbs/config/kubernetes/base/kbs-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ attestation_token_broker = "Simple"

[admin]
auth_public_key = "/kbs/kbs.pem"

[[plugins]]
name = "resource"
type = "LocalFs"
dir_path = "/opt/confidential-containers/kbs/repository"
7 changes: 6 additions & 1 deletion kbs/config/kubernetes/ita/kbs-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sockets = ["0.0.0.0:8080"]
insecure_http = true

[attestation_token]
trusted_certs_paths = ["https://portal.trustauthority.intel.com"]
trusted_jwk_sets = ["https://portal.trustauthority.intel.com"]

[attestation_service]
type = "intel_ta"
Expand All @@ -15,3 +15,8 @@ certs_file = "https://portal.trustauthority.intel.com"

[admin]
auth_public_key = "/kbs/kbs.pem"

[[plugins]]
name = "resource"
type = "LocalFs"
dir_path = "/opt/confidential-containers/kbs/repository"

0 comments on commit 4537f6f

Please sign in to comment.