-
- If a frontend group doesn't have a credential assigned, then it will throw an exception and fail.
- If you fix the obvious exceptions, you quickly run into a problem with the frontend/factory inter…
-
Release candidate 5.5.0-rc1 is still [not fully compliant](https://ci.cloud.cnaf.infn.it/job/wlcg-jwt-compliance-tests/job/master/525/artifact/reports/reports/latest/se-prague-xrootd/log.html) with WL…
vokac updated
2 years ago
-
Trying to get all tests with the XRootD redirector setup at UBonn "green", I found the only remaining issue is about path authorization tests.
The existing tests right now use a claim such as:
``…
-
WLCG JWTs specify `storage.create` and `storage.modify` claims, which are currently both interpreted as the same set of "write permissions" in the existing code:
https://github.com/xrootd/xrootd/blob…
-
The request type should be read in order to determine if "read", or "write" permissions are needed. For example, a `PUT` or `POST` should require "write" permission.
https://github.com/scitokens/a…
-
Create a demo app with a simple [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API that uses SciTokens to authorize access to the API endpoints. Instead of using `"scope": "read…
-
A valid token with audience `'ANY'` is discoverable, but will _always_ fail the enforcer check:
```console
>>> from scitokens import SciToken, Enforcer
>>> token = SciToken.discover(audience="ANY…
-
Hello,
pip install in a virtualenv of xrootd fails on python 3.7 and 3.9 on ubuntu 18.04. The relevant excerpt seems to be:
```bash
$ python3 -m venv venv
$ pip --version
pip 19.2.3
$ pip in…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
If possible, summarize the intended behavior you expected to get.
**Environment (please complete …
-
Dear XRootD community,
I'm planning to cut the 5.4.1 with backports of bugfixes from the master branch, I'm creating this issue so we have a place where we can discuss the upcoming release.
The …