Skip to content

Commit

Permalink
Update ATLAS issuer in xrootd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vokac authored Mar 25, 2024
1 parent b7a2965 commit 5d2529d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/token-based-authorization/configuration/xrootd.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ issuer = https://atlas-auth.web.cern.ch/
base_path = /your/base/path/for/atlas
map_subject = False
default_user = xrootd
# in April 2024 CERN is going to introduce new token issuer hostnames for WLCG experiments
# and to be ready for this update new issuer hostname should be also included in the configuration
[Issuer ATLASNEW]
issuer = https://atlas-auth.cern.ch/
base_path = /your/base/path/for/atlas
map_subject = False
default_user = xrootd
```
Plus update `ofs.authlib` in your XRootD configuration file with `libXrdAccSciTokens.so`
as mentioned in section with WLCG compliance testbed configuration.
Expand Down Expand Up @@ -130,6 +138,15 @@ base_path = /eos/atlas
map_subject = False
name_mapfile = /etc/xrootd/scitokens.map
default_user = atlas001
# in April 2024 CERN is going to introduce new token issuer hostnames for WLCG experiments
# and to be ready for this update new issuer hostname should be also included in the configuration
[Issuer ATLASNEW]
issuer = https://atlas-auth.cern.ch/
base_path = /eos/atlas
map_subject = False
name_mapfile = /etc/xrootd/scitokens.map
default_user = atlas001
```
* /etc/xrootd/scitokens.map (map all non-default users with different privileges)
```
Expand Down

0 comments on commit 5d2529d

Please sign in to comment.