Skip to content

Commit b66e201

Browse files
authored
Merge pull request #114 from nmaytan/softioc_writes
Give back softioc-tla write access on proposal top-level
2 parents b2f3e5b + 65ac19f commit b66e201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nsls2api/services/proposal_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ async def directories(proposal_id: str):
371371

372372
users_acl.append({"nsls2data": "rw"})
373373
users_acl.append({f"{service_accounts.workflow}": "rw"})
374-
users_acl.append({f"{service_accounts.ioc}": "r"})
374+
users_acl.append({f"{service_accounts.ioc}": "rw"})
375375

376376
# If beamline uses SynchWeb then add access for synchweb user
377377
if beamline_service.uses_synchweb(beamline_tla):

0 commit comments

Comments
 (0)