Tijs-2
Tijs-2
First of all thanks for the quick reply. I tried to create a structure, it is a bit complicated, and only a demo so not working and not real code...
I was testing again with the relativePath to create the example but I did not receive the issue again. So maybe it was a different problem than what I thought...
Well not sure if it helps but I used the android-sdk:30 docker file and changed a few things so it used the debian:stable base image. With this image I could...
No problem, I have also been a bit busy lately. I did look at merging the json files again and found something interesting: https://github.com/kpramesh2212/openapi-merger-plugin I did not try it but...
Could be an idea bundling the openapi files, I should try it with 2 files. I have done a quick search but did not find a good library but will...
Hi @rbygrave I have found a way but it is quite some workand do not know if you are interested in this. With a method of the org.reflections library I...
I just found out that the same counts for KeycloakRealmRole: ``` apiVersion: v1.edp.epam.com/v1 kind: KeycloakRealmRole metadata: name: clientRoles spec: realmRef: name: realm kind: KeycloakRealm name: clientRoles composite: true compositesClientRoles: realm-management:...
Thank you for your answer. Well I use an account that has in the master realm the `create-realm` role. Than that user created the realm using the operator. So I...
Ah yes you are correct, when I add the `admin` role to the user it works, but then it is an admin on all the realms right? While it should...
I created a ticket at the Keycloak's repository: https://github.com/keycloak/keycloak/issues/44385 Hopefully I get a response there.