Skip to content

Commit 7d9c77b

Browse files
authored
Merge pull request #49 from brianhlin/fixup-condor-read
Fixup WLCG compat for HTCondor READ
2 parents e616ad0 + 3cf7b1d commit 7d9c77b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scitokens_internal.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@ scitokens::Enforcer::scope_validator(const jwt::claim &claim, void *myself) {
598598
authz = "write";
599599
alt_authz = "modify";
600600
} else if (authz == "compute.read") {
601-
authz = "condor:/READ";
601+
authz = "condor";
602+
path = "/READ";
602603
} else if (authz == "compute.modify") {
603604
compat_modify = true;
604605
} else if (authz == "compute.create") {

0 commit comments

Comments
 (0)