feat: iam rbac system
Endpoints and db architecture to support a role based IAM system.
This commit is contained in:
parent
7b3ee9d5fa
commit
23f2ce98d7
31 changed files with 634 additions and 317 deletions
|
|
@ -10,6 +10,8 @@ from src.config import SQLALCHEMY_DATABASE_URI
|
|||
from src.contact.models import Contact
|
||||
from src.organisation.models import Organisation, OrgUsers
|
||||
from src.user.models import User
|
||||
from src.service.models import Service
|
||||
from src.iam.models import Permission, Group, GroupPermissions, UserGroups
|
||||
from src.database import Base
|
||||
|
||||
# this is the Alembic Config object, which provides
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue