feat: add workspace RBAC audit foundations
This commit is contained in:
@@ -17,6 +17,7 @@ import app.models.setting # noqa: F401 # pylint: disable=unused-import
|
||||
import app.models.user # noqa: F401 # pylint: disable=unused-import
|
||||
import app.models.webhook # noqa: F401 # pylint: disable=unused-import
|
||||
import app.models.workspace # noqa: F401 # pylint: disable=unused-import
|
||||
import app.models.workspace_access # noqa: F401 # pylint: disable=unused-import
|
||||
from app.core.database import Base, get_db
|
||||
from app.core.security import require_admin_auth
|
||||
from app.main import create_app
|
||||
|
||||
Reference in New Issue
Block a user