Skip to content

Commit

Permalink
Refactors RBAC rules to support list of target informations (eclipse-…
Browse files Browse the repository at this point in the history
…basyx#257)

* Refactors RBAC rules to support list of target informations

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>

* Refactors Readme

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>

* Updates Readme

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>

* Refactors Readme

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>

* Fixes minor typo in rbac_rules

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>

---------

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
  • Loading branch information
mdanish98 authored May 3, 2024
1 parent d3f81b4 commit 8881e43
Show file tree
Hide file tree
Showing 18 changed files with 395 additions and 320 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spring.security.oauth2.resourceserver.jwt.issuer-uri= http://localhost:9096/real

## RBAC rule configuration

For configuring RBAC rules, all the rbac rules should be configured inside a json file, the rules are defined as below:
For configuring RBAC rules, all the rbac rules should be configured inside a json file, the rules are defined as below:

```
[
Expand Down Expand Up @@ -75,11 +75,11 @@ Note:

Below is a reference table that shows which actions are used in what endpoints of the AasEnvironment:

| Action | Endpoint |
|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Action | Endpoint |
|---------|--------------------|
| READ | GET /serialization |
| CREATE | - |
| UPDATE | -
| DELETE | -
| EXECUTE | - |
| CREATE | POST /update |
| UPDATE | - |
| DELETE | - |
| EXECUTE | - |

Loading

0 comments on commit 8881e43

Please sign in to comment.