feat: implement user management role configuration and access control (#5808)

This commit is contained in:
Piyush Gupta
2025-05-15 20:39:33 +05:30
committed by GitHub
parent a525589186
commit 3ca471b6a2
13 changed files with 117 additions and 454 deletions
+2 -2
View File
@@ -211,5 +211,5 @@ UNKEY_ROOT_KEY=
# It's used automatically by Sentry during the build for authentication when uploading source maps.
# SENTRY_AUTH_TOKEN=
# Disable the user management from UI
# DISABLE_USER_MANAGEMENT=1
# Configure the minimum role for user management from UI(owner, manager, disabled)
# USER_MANAGEMENT_MINIMUM_ROLE="manager"