Skip to content

Commit

Permalink
Correct base path for AP40 issuer
Browse files Browse the repository at this point in the history
The AP40 issuer generates authorizations of the form `/$USERNAME` for
files in `/ospool/ap40/data/$USERNAME`.  However, the base path for
the issuer was set to `/ospool/ap40`.  Dropping the `/data` component
caused failures in non-Pelican caches.
  • Loading branch information
bbockelm committed Jun 5, 2024
1 parent ba0e6d9 commit 84209e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual-organizations/OSG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ DataFederations:
Authorizations:
- SciTokens:
Issuer: https://osg-htc.org/ospool
Base Path: /ospool/ap40
Base Path: /ospool/ap40/data
Map Subject: True
AllowedOrigins:
- CHTC-ap40
Expand Down

0 comments on commit 84209e8

Please sign in to comment.