diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-02-27 14:32:26 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-02-27 14:32:26 +0100 |
commit | 95bf10b2934f58fbeb7fd6d44a4e92eba492b431 (patch) | |
tree | 98438ad2fb7e1c0086375e437c3331c81d3dfe4c /test/config/frontend-1.config | |
parent | eb879d7b501a840c2801ca91e3f06ef6b81d2277 (diff) | |
parent | 90bd73177964246a0e1a5d6c5e4255dcc8ec700d (diff) |
Merge remote-tracking branch 'refs/remotes/map/authentication2'
Diffstat (limited to 'test/config/frontend-1.config')
-rw-r--r-- | test/config/frontend-1.config | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/test/config/frontend-1.config b/test/config/frontend-1.config index 79d887d..9d7e37c 100644 --- a/test/config/frontend-1.config +++ b/test/config/frontend-1.config @@ -31,5 +31,24 @@ {treesize_path, "tests/machine/machine-1/db/treesize"}, {indexforhash_root_path, "tests/machine/machine-1/db/certindex/"}, {storage_nodes, ["https://127.0.0.1:8081/ct/storage/"]}, - {storage_nodes_quorum, 1} + {storage_nodes_quorum, 1}, + {publickey_path, "publickeys"}, + {own_key, {"frontend-1", "privatekeys/frontend-1-private.pem"}}, + {allowed_clients, [{"/ct/frontend/sendentry", ["merge-1"]}, + {"/ct/frontend/sendlog", ["merge-1"]}, + {"/ct/frontend/sendsth", ["merge-1"]}, + {"/ct/frontend/currentposition", ["merge-1"]}, + {"/ct/frontend/missingentries", ["merge-1"]}, + {"/ct/v1/add-chain", noauth}, + {"/ct/v1/add-pre-chain", noauth}, + {"/ct/v1/get-sth", noauth}, + {"/ct/v1/get-sth-consistency", noauth}, + {"/ct/v1/get-proof-by-hash", noauth}, + {"/ct/v1/get-entries", noauth}, + {"/ct/v1/get-entry-and-proof", noauth}, + {"/ct/v1/get-roots", noauth} + ]}, + {allowed_servers, [{"/ct/storage/sendentry", ["storage-1"]}, + {"/ct/storage/entrycommitted", ["storage-1"]} + ]} ]}]. |