diff options
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-x | tools/compileconfig.py | 14 |
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): |