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>2015-11-13 17:27:30 +0100
commitff47ffd21f5f998cb37347eb8522a217cbf39571 (patch)
treec5c93e7baca7c7658866b5a4b012f9bc00eb788c /tools/compileconfig.py
parent188035590e105df928bac47ac97f1fe8ced17123 (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):