From 84209e80d5bfe1783da463987729ea7358ed6681 Mon Sep 17 00:00:00 2001 From: Brian Bockelman Date: Wed, 5 Jun 2024 13:20:40 -0500 Subject: [PATCH] Correct base path for AP40 issuer 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. --- virtual-organizations/OSG.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual-organizations/OSG.yaml b/virtual-organizations/OSG.yaml index 65a443ef6..1c32fbf01 100644 --- a/virtual-organizations/OSG.yaml +++ b/virtual-organizations/OSG.yaml @@ -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