bluesky / bluesky-queueserver

Server for queueing plans
https://blueskyproject.io/bluesky-queueserver/
BSD 3-Clause "New" or "Revised" License
11 stars 20 forks source link

Rename default user group from 'admin' to 'primary'. #259

Closed dmgav closed 1 year ago

dmgav commented 1 year ago

As the security features of Bluesky HTTP server are being implemented, the name of the default user group admin defined in user_group_permissions.yaml becomes increasingly misleading, since it implies administrative privileges. In this PR, the group is renamed from admin to primary. The applications that rely on default user group name (e.g. do not explicitly set user group name when using Bluesky Queue Server API) should rename admin group to primary group in user_group_permissions.yaml.

Summary of Changes for Release Notes

Fixed

Added

Changed

Removed

How Has This Been Tested?