Difference between revisions of "Storage Service 0.19 Release Notes"

From Archivematica
Jump to navigation Jump to search
Line 5: Line 5:
 
== Upgrading ==
 
== Upgrading ==
  
* '''TODO!''' Describe transition to the new permission module and the use of SS_AUTH_DEFAULT_USER_ROLE="reader", refer to docs (https://github.com/artefactual/archivematica-storage-service/pull/625).
+
* With the new permission module (see [https://github.com/artefactual/archivematica-storage-service/pull/625 pull request #625] for more), existing users in the application database become administrators automatically. If you have Storage Service configured with an external authentication backend, you can use [https://github.com/artefactual/archivematica-storage-service/tree/stable/0.19.x/install SS_AUTH_DEFAULT_USER_ROLE] to establish a new default user role for authenticated users or tweak the [https://github.com/artefactual/archivematica-storage-service/blob/qa/0.x/storage_service/storage_service/settings/base.py authentication backend settings] to map the user roles according to your needs.
  
 
== Added ==
 
== Added ==

Revision as of 13:09, 25 February 2022

Home > Release Notes > Storage Service 0.19 release notes

  • Release date: TBD

Upgrading

  • With the new permission module (see pull request #625 for more), existing users in the application database become administrators automatically. If you have Storage Service 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.