TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 6 forks source link

Do not assign the tenant "*" in bulk assignment #209

Closed byewokko closed 1 year ago

byewokko commented 1 year ago

Issue: Assigning global roles using the bulk call caused the tenant * to be assigned.

That is now fixed. Also, assertion statements have been added to tenant_assign and tenant_unassign methods to make sure * is never assigned.