Skip to content

Commit

Permalink
Merge pull request #265 from onecx/feat/kc-q-workaround
Browse files Browse the repository at this point in the history
feat: add keycloak workaround for quarkus issue
  • Loading branch information
tkit-dev authored Aug 13, 2024
2 parents 88fd329 + 9048f98 commit ae577a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,10 @@
<maven.home>${maven.home}</maven.home>
<quarkus.jacoco.excludes>${sonar.coverage.exclusions}</quarkus.jacoco.excludes>
<tkit.test.integration-test-enabled>true</tkit.test.integration-test-enabled>

<!-- Quarkus Issue: https://github.com/quarkusio/quarkus/issues/42509 -->
<!-- Remove this line when the Quarkus Issue will be fixed -->
<quarkus.keycloak.devservices.start-command>start --http-enabled=true --hostname-strict=false --features=hostname:v1</quarkus.keycloak.devservices.start-command>
</systemPropertyVariables>
</configuration>
</execution>
Expand Down

0 comments on commit ae577a7

Please sign in to comment.