From 9ab683a3e99348d3b452cf90a40fa01b6c3be72c Mon Sep 17 00:00:00 2001
From: Linus Nordberg <linus@nordu.net>
Date: Thu, 16 Jul 2015 11:52:27 +0200
Subject: Generate allowed_client config matching new HTTP API.

---
 tools/compileconfig.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'tools/compileconfig.py')

diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index c48ba66..755f57e 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -119,8 +119,7 @@ def allowed_clients_frontend(mergenodenames):
 def allowed_clients_public():
     noauth = Symbol("noauth")
     return [
-        ("/ct/v1/add-chain", noauth),
-        ("/ct/v1/add-pre-chain", noauth),
+        ("/ct/v1/add-blob", noauth),
         ("/ct/v1/get-sth", noauth),
         ("/ct/v1/get-sth-consistency", noauth),
         ("/ct/v1/get-proof-by-hash", noauth),
-- 
cgit v1.1