diff --git a/kbs/config/docker-compose/kbs-config.toml b/kbs/config/docker-compose/kbs-config.toml index 9bb770fc9..bf9b6157f 100644 --- a/kbs/config/docker-compose/kbs-config.toml +++ b/kbs/config/docker-compose/kbs-config.toml @@ -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" \ No newline at end of file +dir_path = "/opt/confidential-containers/kbs/repository" diff --git a/kbs/config/kbs-config-grpc.toml b/kbs/config/kbs-config-grpc.toml index 45d2c0865..8bdc818da 100644 --- a/kbs/config/kbs-config-grpc.toml +++ b/kbs/config/kbs-config-grpc.toml @@ -10,4 +10,4 @@ as_addr = "http://127.0.0.1:50004" pool_size = 200 [admin] -insecure_api = true \ No newline at end of file +insecure_api = true diff --git a/kbs/config/kbs-config.toml b/kbs/config/kbs-config.toml index b51069608..a42fb7d89 100644 --- a/kbs/config/kbs-config.toml +++ b/kbs/config/kbs-config.toml @@ -25,4 +25,4 @@ attestation_token_broker = "Simple" policy_path = "/opa/confidential-containers/kbs/policy.rego" [admin] -insecure_api = true \ No newline at end of file +insecure_api = true diff --git a/kbs/config/kubernetes/base/kbs-config.toml b/kbs/config/kubernetes/base/kbs-config.toml index 5256b8c8d..489cfdf97 100644 --- a/kbs/config/kubernetes/base/kbs-config.toml +++ b/kbs/config/kubernetes/base/kbs-config.toml @@ -21,4 +21,4 @@ attestation_token_broker = "Simple" remote_addr = "" [admin] -auth_public_key = "/kbs/kbs.pem" \ No newline at end of file +auth_public_key = "/kbs/kbs.pem" diff --git a/kbs/config/kubernetes/ita/kbs-config.toml b/kbs/config/kubernetes/ita/kbs-config.toml index ef942819c..37eefb727 100644 --- a/kbs/config/kubernetes/ita/kbs-config.toml +++ b/kbs/config/kubernetes/ita/kbs-config.toml @@ -14,4 +14,4 @@ api_key = "tBfd5kKX2x9ahbodKV1..." certs_file = "https://portal.trustauthority.intel.com" [admin] -auth_public_key = "/kbs/kbs.pem" \ No newline at end of file +auth_public_key = "/kbs/kbs.pem" diff --git a/kbs/test/config/kbs.toml b/kbs/test/config/kbs.toml index d5acea1b3..933f16979 100644 --- a/kbs/test/config/kbs.toml +++ b/kbs/test/config/kbs.toml @@ -34,4 +34,4 @@ auth_public_key = "./work/kbs.pem" [[plugins]] name = "resource" type = "LocalFs" -dir_path = "./work/repository" \ No newline at end of file +dir_path = "./work/repository" diff --git a/kbs/test/config/resource-kbs.toml b/kbs/test/config/resource-kbs.toml index 99ef258e7..977ef10c6 100644 --- a/kbs/test/config/resource-kbs.toml +++ b/kbs/test/config/resource-kbs.toml @@ -15,4 +15,4 @@ policy_path = "./work/kbs-policy.rego" [[plugins]] name = "resource" type = "LocalFs" -dir_path = "./work/repository" \ No newline at end of file +dir_path = "./work/repository" diff --git a/kbs/test_data/configs/coco-as-builtin-2.toml b/kbs/test_data/configs/coco-as-builtin-2.toml index b5e1006a5..c2398128c 100644 --- a/kbs/test_data/configs/coco-as-builtin-2.toml +++ b/kbs/test_data/configs/coco-as-builtin-2.toml @@ -20,4 +20,4 @@ attestation_token_broker = "Simple" remote_addr = "" [admin] -auth_public_key = "/kbs/kbs.pem" \ No newline at end of file +auth_public_key = "/kbs/kbs.pem" diff --git a/kbs/test_data/configs/coco-as-builtin-3.toml b/kbs/test_data/configs/coco-as-builtin-3.toml index 003dc0f13..1d8e13f44 100644 --- a/kbs/test_data/configs/coco-as-builtin-3.toml +++ b/kbs/test_data/configs/coco-as-builtin-3.toml @@ -25,4 +25,4 @@ insecure_api = true [[plugins]] name = "resource" type = "LocalFs" -dir_path = "/opt/confidential-containers/kbs/repository" \ No newline at end of file +dir_path = "/opt/confidential-containers/kbs/repository" diff --git a/kbs/test_data/configs/coco-as-grpc-1.toml b/kbs/test_data/configs/coco-as-grpc-1.toml index addeb00de..4a6067a0c 100644 --- a/kbs/test_data/configs/coco-as-grpc-1.toml +++ b/kbs/test_data/configs/coco-as-grpc-1.toml @@ -27,4 +27,4 @@ item = "value1" [[plugins]] name = "resource" type = "LocalFs" -dir_path = "/tmp/kbs-resource" \ No newline at end of file +dir_path = "/tmp/kbs-resource" diff --git a/kbs/test_data/configs/coco-as-grpc-2.toml b/kbs/test_data/configs/coco-as-grpc-2.toml index a0aedc0d5..dc5c1fdbd 100644 --- a/kbs/test_data/configs/coco-as-grpc-2.toml +++ b/kbs/test_data/configs/coco-as-grpc-2.toml @@ -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" \ No newline at end of file +auth_public_key = "/opt/confidential-containers/kbs/user-keys/public.pub" diff --git a/kbs/test_data/configs/coco-as-grpc-3.toml b/kbs/test_data/configs/coco-as-grpc-3.toml index c6d8e61e3..0ba9958a0 100644 --- a/kbs/test_data/configs/coco-as-grpc-3.toml +++ b/kbs/test_data/configs/coco-as-grpc-3.toml @@ -9,4 +9,4 @@ as_addr = "http://127.0.0.1:50004" pool_size = 100 [admin] -insecure_api = true \ No newline at end of file +insecure_api = true diff --git a/kbs/test_data/configs/intel-ta-1.toml b/kbs/test_data/configs/intel-ta-1.toml index 68a85ba89..84a4125d4 100644 --- a/kbs/test_data/configs/intel-ta-1.toml +++ b/kbs/test_data/configs/intel-ta-1.toml @@ -28,4 +28,4 @@ item = "value1" [[plugins]] name = "resource" type = "LocalFs" -dir_path = "/tmp/kbs-resource" \ No newline at end of file +dir_path = "/tmp/kbs-resource" diff --git a/kbs/test_data/configs/intel-ta-2.toml b/kbs/test_data/configs/intel-ta-2.toml index 3c7714430..e4b40b73d 100644 --- a/kbs/test_data/configs/intel-ta-2.toml +++ b/kbs/test_data/configs/intel-ta-2.toml @@ -14,4 +14,4 @@ api_key = "tBfd5kKX2x9ahbodKV1..." certs_file = "https://portal.trustauthority.intel.com" [admin] -auth_public_key = "/kbs/kbs.pem" \ No newline at end of file +auth_public_key = "/kbs/kbs.pem"