Skip to content

Commit

Permalink
Update dcache.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vokac authored Mar 19, 2024
1 parent 0ad76c0 commit b7a2965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/token-based-authorization/configuration/dcache.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ Both configurations works well with clients accessing storage either with X.509
# VO issuer prefix:
# assuming that namespace for VO data is stored in the top level directory /atlas
gplazma.oidc.provider!atlas = https://atlas-auth.web.cern.ch/ -profile=wlcg -prefix=/atlas -authz-id="uid:2001 gid:2001 username:atlas_oidc_with_storage_scope"
# in April 2024 CERN is going to introduce new token issuer hostnames for experiments
# to be ready for this update you should include also new issuer hostname
# 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
gplazma.oidc.provider!atlas_new = https://atlas-auth.cern.ch/ -profile=wlcg -prefix=/atlas -authz-id="uid:2001 gid:2001 username:atlas_oidc_with_storage_scope"
# In case ATLAS VO namespace starts in /pnfs/example.com/atlas than you must use this full prefix
# in the provider configuration. Using "/" prefix (most probably for any VO) is wrong with severe
Expand Down

0 comments on commit b7a2965

Please sign in to comment.