Skip to content

Commit 7254f47

Browse files
authored
Fixes BaSyx Dynamic RBAC documentation in example (#796)
1 parent f1ab22a commit 7254f47

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

examples/BaSyxDynamicRBAC/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ After opening the page you will be redirected to the Keycloak login page. Use th
3030

3131
<img width="60%" alt="image" src="images/login.png">
3232

33-
## 📌 Note
34-
35-
> **Important:**
36-
> Currently, AAS GUI can only be used by admin account (`john.doe` with password `johndoe`) and not with any user account due to a limitation.
37-
> This problem will be fixed with this [Pull Request](https://github.com/eclipse-basyx/basyx-java-server-sdk/pull/575)
38-
> Once this PR is merged then you can login with any user account.
39-
> For now, please use provided Postman collection to interact with the authorized components with user accounts.
40-
41-
4233
## Security in BaSyx
4334

4435
Detailed documentation of BaSyx Security is available inside Authorization section of each component [here](https://wiki.basyx.org/en/latest/content/user_documentation/basyx_components/v2/index.html)
@@ -140,7 +131,7 @@ Similarly, you can create idShorts using the below TargetInformation class as pe
140131
|-----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
141132
| AAS Environment | org.eclipse.digitaltwin.basyx.aasenvironment.feature.authorization.AasEnvironmentTargetInformation |
142133
| AAS Repository | org.eclipse.digitaltwin.basyx.aasrepository.feature.authorization.AasTargetInformation |
143-
| Submodel Repository | org.eclipse.digitaltwin.basyx.submodelrepository.feature.authorization.SubmodelTargetInformation |
134+
| Submodel Repository | org.eclipse.digitaltwin.basyx.submodelservice.feature.authorization.SubmodelTargetInformation |
144135
| Concept Description Repository | org.eclipse.digitaltwin.basyx.conceptdescriptionrepository.feature.authorization.ConceptDescriptionTargetInformation |
145136
| AAS Registry | org.eclipse.digitaltwin.basyx.aasregistry.feature.authorization.AasRegistryTargetInformation |
146137
| Submodel Registry | org.eclipse.digitaltwin.basyx.submodelregistry.feature.authorization.SubmodelRegistryTargetInformation |

0 commit comments

Comments
 (0)