-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
ReBAC Admin Backend | ||
======================= | ||
|
||
The ReBAC Admin API is a REST API that provides various endpoints to query or | ||
manipulate relationships in JAAS ReBAC authorisation model. | ||
|
||
.. hint:: | ||
For an explanation on Relationship-Based Access Control (ReBAC) check out :doc:`this <../explanation/authorisation>` explanation topic. | ||
|
||
.. hint:: | ||
As a reference on JAAS authorisation model, check out :doc:`this <../reference/authorisation_model>` reference topic. | ||
|
||
OpenAPI specification | ||
--------------------- | ||
The OpenAPI spec can be found at this ``https://<jimm-deployment>/rebac/v1/swagger.json`` | ||
|
||
Authentication | ||
-------------- | ||
These endpoints are meant to be called from a web browser, therefore the authentication is handled via Cookies. | ||
|
||
JAAS Implementation | ||
------------------- | ||
|
||
JAAS implements a subset of the operations described in the OpenAPI spec. | ||
|
||
====== ================ ========================================================================= | ||
Status Entities Notes | ||
====== ================ ========================================================================= | ||
✅ ``entitlements`` | ||
✅ ``capabilities`` | ||
✅ ``groups`` | ||
✅ ``resources`` | ||
🟡 ``identities`` no support for creation, update and deletion. | ||
❌ ``roles`` no support for roles. | ||
====== ================ ========================================================================= |