quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

Keycloak Dev Services should extract a realm name from the realm file #19702

Closed sberyozkin closed 3 years ago

sberyozkin commented 3 years ago

Description

Right now if a custom realm contains a non-default quarkus value - which would likely be always the case then quarkus.keycloak.devservices.realm-name has to be set. Instead the realm value must be coming from the realm file

Implementation ideas

Use Vert.x JsonObject to get a realm property from the parsed file content.

quarkus-bot[bot] commented 3 years ago

/cc @pedroigor, @stuartwdouglas