-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
keycloak-admin-client-reactive maps wrong id to AuthorizationResources #29712
Comments
/cc @pedroigor, @sberyozkin |
@joggeli34 It might be a resteasy reactive client issue - can you create a reproducer please ? For example, you can clone |
I created a small reproducer in a small demo project (as I didn't get the The log when running the tests:
Which shows the url with two times the same id: |
@joggeli34 Does it require a custom realm file ? Can you update the test to set Realm ? |
@geoand Hi Georgios, can you have a look please at the template vars in the API sequence in the description, it looks like that when we have something like Example, here, https://github.com/joggeli34/keycloak-client-demo/blob/master/src/test/java/com/example/KeycloakClientTest.java#L34, client id is provided and it becomes the value for |
I'll have a look |
@Sgitario can you please take a look at this one? It seems rather serious. Thanks |
Taking a look |
With the linked pull request, I did verify that the reproducer works fine now. |
Fix quarkusio#29712 (cherry picked from commit 2c7a295)
Fix quarkusio#29712 (cherry picked from commit 2c7a295)
Describe the bug
When executing:
The api called is
Instead of:
Which leads to a 404 as the id of the permission is wrong.
This only happens with the
reactive
version, not with theclassic
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.14.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: