diff options
author | Magnus Ahltorp <map@kth.se> | 2015-02-27 13:53:32 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-02-27 14:24:26 +0100 |
commit | 90bd73177964246a0e1a5d6c5e4255dcc8ec700d (patch) | |
tree | 8a9659ffe0635f061f182e94fb3cecc95f46ed37 /test/config/storage-1.config | |
parent | 103e0ee850404a5c8dc69bbbf79b2508a9c55d7a (diff) |
Require authentication for merge calls
Diffstat (limited to 'test/config/storage-1.config')
-rw-r--r-- | test/config/storage-1.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config/storage-1.config b/test/config/storage-1.config index 8770f88..005a8ad 100644 --- a/test/config/storage-1.config +++ b/test/config/storage-1.config @@ -33,7 +33,7 @@ {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/fetchnewentries", ["merge-1"]}, {"/ct/storage/getentry", noauth} ]} ]}]. |