-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major rewrite to support Keycloak 18+ using Quarkus (see README for b…
…reaking changes) (#247) * Major rewrite to support Keycloak 18+ using Quarkus (see README for breaking changes) * No longer test SSSD user provider * Get testing environment working * Better README examples and fixes * Ensure config changes restart Keycloak
- Loading branch information
Showing
77 changed files
with
654 additions
and
2,553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,21 @@ | ||
fixtures: | ||
repositories: | ||
forge_modules: | ||
stdlib: | ||
repo: https://github.com/puppetlabs/puppetlabs-stdlib.git | ||
ref: 4.25.0 | ||
repo: puppetlabs/stdlib | ||
mysql: | ||
repo: https://github.com/puppetlabs/puppetlabs-mysql.git | ||
ref: v10.3.0 | ||
repo: puppetlabs/mysql | ||
postgresql: | ||
repo: https://github.com/puppetlabs/puppetlabs-postgresql.git | ||
ref: v7.4.0 | ||
repo: puppetlabs/postgresql | ||
java: | ||
repo: https://github.com/puppetlabs/puppetlabs-java.git | ||
ref: v7.3.0 | ||
repo: puppetlabs/java | ||
java_ks: | ||
repo: https://github.com/puppetlabs/puppetlabs-java_ks.git | ||
ref: 1.4.1 | ||
repo: puppetlabs/java_ks | ||
# Dependency of other modules | ||
concat: | ||
repo: puppetlabs/concat | ||
archive: | ||
repo: https://github.com/voxpupuli/puppet-archive.git | ||
ref: v0.5.1 | ||
repo: puppet/archive | ||
systemd: | ||
repo: https://github.com/voxpupuli/puppet-systemd.git | ||
ref: 0.4.0 | ||
augeas_core: | ||
repo: https://github.com/puppetlabs/puppetlabs-augeas_core.git | ||
ref: 1.1.1 | ||
yumrepo_core: | ||
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git | ||
ref: 1.0.7 | ||
apt: | ||
repo: https://github.com/puppetlabs/puppetlabs-apt.git | ||
concat: | ||
repo: https://github.com/puppetlabs/puppetlabs-concat.git | ||
repo: puppet/systemd | ||
symlinks: | ||
keycloak: "#{source_dir}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.