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-20 10:14:16 +0100
commit6a22acb08fb2675bf254acf8c014039727dbb891 (patch)
tree3a81628b9c1540261e129e98cab1d5d47b651565 /tools/compileconfig.py
parentc308b5eee38c58e122f6eebcca575ed6734bb3b7 (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):