Skip to content

Commit 9382558

Browse files
committed
Add reference to ABAC to feature document
Attribute or policy/purpose based access control is able to be implemented in the schema. Raise it as a feature along with fine grained access control.
1 parent 6910c08 commit 9382558

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/features.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
4040
- database schema is also fully editable (only the "user" class is required)
4141
with a full set of data types (including dates and many-to-many relations)
4242
across all storages available
43+
- authorization is fine grained and can be based on the properties of
44+
a user and resource (`ABAC, PBAC (Attribute or Policy/Purpose Based Access
45+
Control <https://en.wikipedia.org/wiki/Attribute-based_access_control>`_))
4346
- customised automatic auditors and reactors may be written that perform
4447
actions before and after changes are made to entries in the database,
4548
or may veto the creation or modification of items in the database

0 commit comments

Comments
 (0)