Opened 5 hours ago

Closed 2 hours ago

#1652 closed enhancement (fixed)

Secondary analysis files no longer need different permissions depending on consent

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v5.6.2
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

In Reggie 4.3 (see #863 and #864) we introduced a feature that create files with different permissions depending on if a consent has been registered or not. A service is regularly checking for mismatches and update permissions is needed.

We no longer need this feature since the file servers are not accessible to other than scanb users, and it also complicates things when files are not accessible to all users in the scanb group.

Files should always be created with u=rw,g=r permissions and directories with u=rwx,g=rx permissions.

Change History (3)

comment:1 by Nicklas Nordborg, 5 hours ago

In 8050:

References #1652: Secondary analysis files no longer need different permissions depending on consent

Scripts should now use the same GROUP_READABLE permission.

comment:2 by Nicklas Nordborg, 5 hours ago

In 8051:

References #1652: Secondary analysis files no longer need different permissions depending on consent

Removed the project-archive service that is updating file permissions based on consent.

comment:3 by Nicklas Nordborg, 2 hours ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.