Mercurial > p > roundup > code
comparison doc/features.txt @ 8389:15b99d4cd94c
doc: correct acronym for * based access controls. Add links to wikipaedia.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Jul 2025 20:48:28 -0400 |
| parents | 76050d59e41f |
| children | 00d4cbce319c |
comparison
equal
deleted
inserted
replaced
| 8388:8eee280eddc3 | 8389:15b99d4cd94c |
|---|---|
| 63 **Data Security, Privacy and Authorization** | 63 **Data Security, Privacy and Authorization** |
| 64 | 64 |
| 65 - Your data remains on your servers. | 65 - Your data remains on your servers. |
| 66 - You can choose if AI can access the data. | 66 - You can choose if AI can access the data. |
| 67 - Can use HTTPS for security over the web. | 67 - Can use HTTPS for security over the web. |
| 68 - Fine-grained authorization (ABAC, PEBAC) based on user and resource | 68 - Fine-grained authorization (`ABAC`_, `ReBAC`_, `RBAC`_) based on |
| 69 properties. | 69 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 | |
| 70 | 74 |
| 71 **Documentation and User Management** | 75 **Documentation and User Management** |
| 72 | 76 |
| 73 - Users can sign up through the web interface or new user creation | 77 - Users can sign up through the web interface or new user creation |
| 74 can be limited to admin users. | 78 can be limited to admin users. |
