Skip to content

Commit

Permalink
toml: add extra line to all toml files
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Nov 6, 2024
1 parent c7ab076 commit a2c804a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion kbs/config/docker-compose/kbs-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ auth_public_key = "/opt/confidential-containers/kbs/user-keys/public.pub"
[[plugins]]
name = "resource"
type = "LocalFs"
dir_path = "/opt/confidential-containers/kbs/repository"
dir_path = "/opt/confidential-containers/kbs/repository"
2 changes: 1 addition & 1 deletion kbs/config/kbs-config-grpc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ as_addr = "http://127.0.0.1:50004"
pool_size = 200

[admin]
insecure_api = true
insecure_api = true
2 changes: 1 addition & 1 deletion kbs/config/kbs-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ attestation_token_broker = "Simple"
policy_path = "/opa/confidential-containers/kbs/policy.rego"

[admin]
insecure_api = true
insecure_api = true
2 changes: 1 addition & 1 deletion kbs/config/kubernetes/base/kbs-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ attestation_token_broker = "Simple"
remote_addr = ""

[admin]
auth_public_key = "/kbs/kbs.pem"
auth_public_key = "/kbs/kbs.pem"
2 changes: 1 addition & 1 deletion kbs/config/kubernetes/ita/kbs-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ api_key = "tBfd5kKX2x9ahbodKV1..."
certs_file = "https://portal.trustauthority.intel.com"

[admin]
auth_public_key = "/kbs/kbs.pem"
auth_public_key = "/kbs/kbs.pem"
2 changes: 1 addition & 1 deletion kbs/test/config/kbs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ auth_public_key = "./work/kbs.pem"
[[plugins]]
name = "resource"
type = "LocalFs"
dir_path = "./work/repository"
dir_path = "./work/repository"
2 changes: 1 addition & 1 deletion kbs/test/config/resource-kbs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ policy_path = "./work/kbs-policy.rego"
[[plugins]]
name = "resource"
type = "LocalFs"
dir_path = "./work/repository"
dir_path = "./work/repository"
2 changes: 1 addition & 1 deletion kbs/test_data/configs/coco-as-builtin-2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ attestation_token_broker = "Simple"
remote_addr = ""

[admin]
auth_public_key = "/kbs/kbs.pem"
auth_public_key = "/kbs/kbs.pem"
2 changes: 1 addition & 1 deletion kbs/test_data/configs/coco-as-builtin-3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ insecure_api = true
[[plugins]]
name = "resource"
type = "LocalFs"
dir_path = "/opt/confidential-containers/kbs/repository"
dir_path = "/opt/confidential-containers/kbs/repository"
2 changes: 1 addition & 1 deletion kbs/test_data/configs/coco-as-grpc-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ item = "value1"
[[plugins]]
name = "resource"
type = "LocalFs"
dir_path = "/tmp/kbs-resource"
dir_path = "/tmp/kbs-resource"
2 changes: 1 addition & 1 deletion kbs/test_data/configs/coco-as-grpc-2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ type = "coco_as_grpc"
as_addr = "http://as:50004"

[admin]
auth_public_key = "/opt/confidential-containers/kbs/user-keys/public.pub"
auth_public_key = "/opt/confidential-containers/kbs/user-keys/public.pub"
2 changes: 1 addition & 1 deletion kbs/test_data/configs/coco-as-grpc-3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ as_addr = "http://127.0.0.1:50004"
pool_size = 100

[admin]
insecure_api = true
insecure_api = true
2 changes: 1 addition & 1 deletion kbs/test_data/configs/intel-ta-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ item = "value1"
[[plugins]]
name = "resource"
type = "LocalFs"
dir_path = "/tmp/kbs-resource"
dir_path = "/tmp/kbs-resource"
2 changes: 1 addition & 1 deletion kbs/test_data/configs/intel-ta-2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ api_key = "tBfd5kKX2x9ahbodKV1..."
certs_file = "https://portal.trustauthority.intel.com"

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

0 comments on commit a2c804a

Please sign in to comment.