Michal Hajas
Michal Hajas
Thank you for the report @paul-civitas. You are right, the script is missing from the release. The simplest fix would be to the same as we are doing in `benchmark`...
@burigolucas Unfortunately, I needed to revert changes introduced in https://github.com/keycloak/keycloak-benchmark/pull/1134. It seems there was a misunderstanding about the purpose of [`-c`](https://github.com/keycloak/keycloak-benchmark/blob/f8385e94d95a176139f6d07827e1944bf1bc549f/benchmark/src/main/content/bin/initialize-benchmark-entities.sh#L13) parameter for `initialize-benchmark-entities.sh`. This script is creating two clients,...
> 1. Both `function create_service_enabled_client_assign_roles` and `create_oidc_client` create clients with service account enabled. I propose we change the function `create_oidc_client` in order to not enable the service account. I am...
Thank you for reporting this issue. I saw a few similar reports already so it seems there is indeed something going on that needs our attention. Whenever Keycloak returns a...
We discussed concerns above in another channel and they are now addressed. I planned to provide a draft PR for this with the following features: - Operator would create a...