Christian Pesch
Christian Pesch
This issue comes from a discussion in issue #1. In a Maven setup with submodules, I observed a problem during debugging: File f = new File(TARGET_CLASS_ROOT, dictionaryFile); When I call...
My setup is a set of Keycloak 18.0.2 clusters in an environment with nomad and consul. We're using DNS_PING with SRV records for a long time now and the JGroups...
First of all thank you for your great plugin! Regarding the issue: After reformatting all of our stories to start with a newline, we're fine but other users might stumple...
But this fails in the initialization of SignConfig: Caused by: org.apache.maven.plugin.MojoExecutionException: Could not obtain key store location at ...RouteConverterWebstart>/NONE at org.codehaus.mojo.webstart.sign.SignConfig.init(SignConfig.java:239) at org.codehaus.mojo.webstart.AbstractBaseJnlpMojo.signOrRenameJars(AbstractBaseJnlpMojo.java:668) at org.codehaus.mojo.webstart.AbstractJnlpMojo.execute(AbstractJnlpMojo.java:286) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ......
### Describe the bug When I create a realm with an ID ``` resource "keycloak_realm" "id_realm" { internal_id = "my-id" realm = "my-name" } ``` the `internal_id` is used as...