Storage Service 0.19 Release Notes

From Archivematica
Revision as of 13:16, 25 February 2022 by Sevein (talk | contribs)
Jump to navigation Jump to search

Home > Release Notes > Storage Service 0.19 release notes

  • Release date: 25 Feb 2022

This release...

Upgrading

  • With the new permission module (see pull request #625 for more), existing users defined in the application database will automatically become administrators when the Django migrations are executed. If your Storage Service is configured with an external authentication backend, you can use SS_AUTH_DEFAULT_USER_ROLE to establish a new default user role for authenticated users or tweak the authentication backend settings to map the user roles according to your needs.

Added

User roles

Users can be associated to one of the following roles or permission sets: administrators, managers, reviewers and readers. Supported authentication backends like LDAP, Shibboleth or CAS include new configuration attributes to promote authenticated users.