Skip to content

Commit

Permalink
feat(jans-keycloak-integration): update kc-saml integration installat…
Browse files Browse the repository at this point in the history
…ion for ce and cn #8776

* added quarkus.properties
* minor change to keycloak service file

Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
  • Loading branch information
uprightech committed Jun 27, 2024
1 parent aaa0046 commit 466f996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Type=simple
Environment="JAVA_HOME=%(jre_home)s"
Environment="KEYCLOAK_ADMIN=admin"
Environment="KEYCLOAK_ADMIN_PASSWORD=admin"
Environment="JAVA_OPTS_APPEND=-Djans.base=%(jansBaseFolder)s"
ExecStart=%(idp_config_data_dir)s/bin/kc.sh start-dev
ExecStart="-Djans.base=%(jansBaseFolder)s"

User=jetty
Group=jetty
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
quarkus.arc.exclude-types=io.jans.**

0 comments on commit 466f996

Please sign in to comment.