From 103e0ee850404a5c8dc69bbbf79b2508a9c55d7a Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Thu, 26 Feb 2015 16:54:26 +0100 Subject: Added authentication between frontend and storage nodes --- test/config/storage-1.config | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'test/config/storage-1.config') diff --git a/test/config/storage-1.config b/test/config/storage-1.config index b176e1f..8770f88 100644 --- a/test/config/storage-1.config +++ b/test/config/storage-1.config @@ -28,4 +28,12 @@ {newentries_path, "tests/machine/machine-1/db/newentries"}, {entryhash_root_path, "tests/machine/machine-1/db/entryhash/"}, {treesize_path, "tests/machine/machine-1/db/treesize"}, - {indexforhash_root_path, "tests/machine/machine-1/db/certindex/"}]}]. + {indexforhash_root_path, "tests/machine/machine-1/db/certindex/"}, + {publickey_path, "publickeys"}, + {own_key, {"storage-1", "privatekeys/storage-1-private.pem"}}, + {allowed_clients, [{"/ct/storage/sendentry", ["frontend-1"]}, + {"/ct/storage/entrycommitted", ["frontend-1"]}, + {"/ct/storage/fetchnewentries", noauth}, + {"/ct/storage/getentry", noauth} + ]} +]}]. -- cgit v1.1