Skip to content

Commit

Permalink
Merge pull request #87 from NSLS2/nsls2data_write
Browse files Browse the repository at this point in the history
Give nsls2data write for detector directories
  • Loading branch information
danielballan committed May 21, 2024
2 parents 6897fdd + 9069b80 commit 057f495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsls2api/services/beamline_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ async def proposal_directory_skeleton(name: str):
if service_usernames.workflow is not None:
users_acl.append({f"{service_usernames.workflow}": "r"})

users_acl.append({"nsls2data": "r"})
users_acl.append({"nsls2data": "rw"})

groups_acl.append({f"{await custom_data_admin_group(name)}": "r"})
groups_acl.append({"n2sn-right-dataadmin": "r"})
Expand Down

0 comments on commit 057f495

Please sign in to comment.