Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] RBAC Configuration Databridge - Missing Documentation #462

Closed
gerberm-at-msg opened this issue Sep 18, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@gerberm-at-msg
Copy link

gerberm-at-msg commented Sep 18, 2024

Describe the question
At first I like to ask, is RBAC implemented in the Databridge too?

If yes how is it configured?
I tried the following (analog to the other services), which isn't working:

basyx.cors.allowed-origins=*
basyx.cors.allowed-methods=GET,POST,PATCH,DELETE,PUT,OPTIONS,HEAD
 
basyx.feature.authorization.enabled = true
basyx.feature.authorization.type = rbac
basyx.feature.authorization.jwtBearerTokenProvider = keycloak
basyx.feature.authorization.rbac.file = file:/application/rbac_rules.json // linked in docker container
spring.security.oauth2.resourceserver.jwt.issuer-uri= http://192.168.178.76:9097/realms/BaSyx
 
basyx.databridge.authorization.preconfiguration.token-endpoint=http://192.168.178.76:9097/realms/BaSyx/protocol/openid-connect/token
basyx.databridge.authorization.preconfiguration.grant-type=CLIENT_CREDENTIALS
basyx.databridge.authorization.preconfiguration.client-id=databridge
basyx.databridge.authorization.preconfiguration.client-secret=mysupersaveclientsecretisetinkeycloak

Thank you for your help!

@gerberm-at-msg gerberm-at-msg added the bug Something isn't working label Sep 18, 2024
@aaronzi
Copy link
Member

aaronzi commented Sep 24, 2024

Hello @gerberm-at-msg,

there is no documentation for that because the DataBridge currently does not support RBAC.
I created a new ticket in our backlog. You can find it here: eclipse-basyx/basyx-databridge#316

@aaronzi aaronzi closed this as completed Sep 24, 2024
@github-project-automation github-project-automation bot moved this from To triage to Done in Support Requests Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants