Skip to content
Snippets Groups Projects
Unverified Commit 11ca11c4 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

ui: update default token scope

closes #24
parent 1cb7c8db
No related branches found
No related tags found
No related merge requests found
Pipeline #477093 passed
......@@ -122,7 +122,7 @@ def get(url, *args, **kwargs):
f"{scheme}://{host}",
"ANY",
}))
kwargs.setdefault("token_scope", "read:/frames")
kwargs.setdefault("token_scope", "gwdatafind.read")
return _get(url, *args, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment