f41bb849 by Ean Schuessler

Add entity access control via ArtifactAuthzCheckView to security model

1 parent 0817c70d
...@@ -51,6 +51,7 @@ Foundation for autonomous business operations (ECA/SECA systems). ...@@ -51,6 +51,7 @@ Foundation for autonomous business operations (ECA/SECA systems).
51 - **Complete Discovery**: See all screens that exist in the system 51 - **Complete Discovery**: See all screens that exist in the system
52 - **User Enforcement**: Access limited to user's actual permissions 52 - **User Enforcement**: Access limited to user's actual permissions
53 - **Service Control**: All service invocation strictly controlled by Artifact permissions 53 - **Service Control**: All service invocation strictly controlled by Artifact permissions
54 - **Entity Access**: Entity queries limited by ArtifactAuthzCheckView permissions
54 - **Audit Safe**: All actions logged and traceable to real users 55 - **Audit Safe**: All actions logged and traceable to real users
55 - **Container Isolation**: Run in Docker/Kubernetes with separate databases 56 - **Container Isolation**: Run in Docker/Kubernetes with separate databases
56 57
......