We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2f3e5b + 65ac19f commit b66e201Copy full SHA for b66e201
1 file changed
src/nsls2api/services/proposal_service.py
@@ -371,7 +371,7 @@ async def directories(proposal_id: str):
371
372
users_acl.append({"nsls2data": "rw"})
373
users_acl.append({f"{service_accounts.workflow}": "rw"})
374
- users_acl.append({f"{service_accounts.ioc}": "r"})
+ users_acl.append({f"{service_accounts.ioc}": "rw"})
375
376
# If beamline uses SynchWeb then add access for synchweb user
377
if beamline_service.uses_synchweb(beamline_tla):
0 commit comments