Skip to content

Commit

Permalink
Update xrootd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vokac authored May 2, 2024
1 parent c6947e5 commit 35bc70d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/token-based-authorization/configuration/xrootd.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,13 @@ x wlcgtknusr_x509 wlcgtknusr
If you use very simple XRootD configuration with posix backend and `acc.authdb`
to specify permission for clients using X.509 VOMS proxy certificate than it
should be sufficient to add `/etc/xrootd/scitokens.cfg` configuration file
for `xrd.example.com:1094` and top level VO directory `/your/base/path/for/atlas`
for `xrd.example.com:1094` that supports access with WebDAV + xroot protocol
and top level VO directory `/your/base/path/for/atlas`
```
# /etc/xrootd/scitokens.cfg
[Global]
onmissing = passthrough
audience = https://xrd.example.com:1094
audience = https://wlcg.cern.ch/jwt/v1/any, roots://xrd.example.com:1094, https://xrd.example.com:1094, xrd.example.com
[Issuer ATLAS]
issuer = https://atlas-auth.web.cern.ch/
Expand Down

0 comments on commit 35bc70d

Please sign in to comment.