We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df58adb commit e0b6245Copy full SHA for e0b6245
doc/features.txt
@@ -65,8 +65,12 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
65
- Your data remains on your servers.
66
- You can choose if AI can access the data.
67
- Can use HTTPS for security over the web.
68
-- Fine-grained authorization (ABAC, PEBAC) based on user and resource
69
- properties.
+- Fine-grained authorization (`ABAC`_, `ReBAC`_, `RBAC`_) based on
+ user, resource, and external properties.
70
+
71
+.. _`ABAC`: https://en.wikipedia.org/wiki/Attribute-based_access_control
72
+.. _`ReBAC`: https://en.wikipedia.org/wiki/Relationship-based_access_control
73
+.. _`RBAC`: https://en.wikipedia.org/wiki/Role-based_access_control
74
75
**Documentation and User Management**
76
0 commit comments