summaryrefslogtreecommitdiff
path: root/tools/compileconfig.py
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2015-11-13 17:27:30 +0100
committerLinus Nordberg <linus@nordu.net>2016-02-01 11:40:25 +0100
commite9c106358e87d37a3592a980fc000aa9caea5bf4 (patch)
treed5830cfb58ea54e446e97a96d05965a1e08d0df0 /tools/compileconfig.py
parent162e3c626bedcbb782e2c556279f47bc563236d8 (diff)
Change application URL to open/gaol/v1.
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-xtools/compileconfig.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index b7092f9..df43365 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -147,13 +147,13 @@ def allowed_clients_mergesecondary(primarymergenode):
def allowed_clients_public():
noauth = Symbol("noauth")
return [
- ("/ct/v1/add-blob", 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),
+ ("/open/gaol/v1/add-blob", noauth),
+ ("/open/gaol/v1/get-sth", noauth),
+ ("/open/gaol/v1/get-sth-consistency", noauth),
+ ("/open/gaol/v1/get-proof-by-hash", noauth),
+ ("/open/gaol/v1/get-entries", noauth),
+ ("/open/gaol/v1/get-entry-and-proof", noauth),
+ ("/open/gaol/v1/get-roots", noauth),
]
def allowed_clients_signing(frontendnodenames, primarymergenode):