Commit Graph

85 Commits

Author SHA1 Message Date
R. Ryantm
a65ad5de31 keycloak: 18.0.0 -> 19.0.1 2022-08-14 11:43:56 +00:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Felix Singer
9765ee6bbf keycloak: 17.0.1 -> 18.0.0
Release notes available at https://www.keycloak.org/docs/latest/release_notes/index.html#keycloak-18-0-0.

The way the database port is configured changed in Keycloak 18 and the
old way of including it in the `db-url-host` setting no longer
works. Use the new `db-url-port` setting instead.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
Signed-off-by: Kim Lindberger <kim.lindberger@gmail.com>
2022-05-03 16:12:55 +02:00
talyz
ed30d3b02f
keycloak: Switch to the new Quarkus version of Keycloak
With version 17 of Keycloak, the Wildfly based distribution was
deprecated in favor of the one based on Quarkus. The difference in
configuration is massive and to accommodate it, both the package and
module had to be rewritten.
2022-04-12 13:42:54 +02:00
talyz
dd2cab2b50
keycloak: 16.1.0 -> 17.0.1 2022-04-01 12:39:10 +02:00
Benjamin Staffin
6f5636223c keycloak-metrics-spi: init at 2.5.3 2022-03-22 19:57:11 -04:00
Benjamin Staffin
a12b2ce73c keycloak: wrap all the shell scripts
Most of these just need JAVA_HOME, but a few assume that java is in PATH
2022-03-22 19:52:53 -04:00
Benjamin Staffin
6bf2168e2b scim-for-keycloak: fix mvnHash 2022-03-21 19:40:50 -04:00
Benjamin Staffin
467c3cc4cd keycloak-discord: fix installPhase 2022-03-21 19:40:26 -04:00
Benjamin Staffin
34006ebc9d Merge remote-tracking branch 'origin/master' into mvn 2022-03-21 18:37:45 -04:00
Nikolay Amiantov
9bbcc98e30 keycloak: 15.1.0 -> 16.1.0 2022-01-10 00:46:30 +03:00
Maciej Krüger
985afdbb33
keycloak.plugins.keycloak-discord: init at 0.3.1 2021-12-13 17:50:03 +01:00
Maciej Krüger
74801dd0ea
keycloak.plugins.scim-for-keycloak: init at kc-15-b2 2021-12-13 17:49:57 +01:00
Maciej Krüger
d8110b0e75
keycloak: add keycloak.plugins 2021-12-13 17:49:57 +01:00
talyz
b94a1f842a
keycloak: 15.0.2 -> 15.1.0 2021-12-13 16:21:50 +01:00
R. RyanTM
1aa8a9fe45 keycloak: 15.0.1 -> 15.0.2 2021-08-22 04:28:58 +00:00
R. RyanTM
765d5c71e4 keycloak: 15.0.0 -> 15.0.1 2021-08-08 14:47:09 +00:00
R. RyanTM
293ff93946 keycloak: 14.0.0 -> 15.0.0 2021-07-31 14:44:37 +00:00
R. RyanTM
0b204c6f48 keycloak: 13.0.1 -> 14.0.0 2021-06-19 09:31:03 +00:00
R. RyanTM
153eed5204 keycloak: 13.0.0 -> 13.0.1 2021-05-26 08:47:17 +00:00
R. RyanTM
4922556d92 keycloak: 12.0.4 -> 13.0.0 2021-05-07 05:21:37 +00:00
R. RyanTM
e1bd676313 keycloak: 12.0.3 -> 12.0.4 2021-03-03 00:16:46 +00:00
R. RyanTM
d1efce55f1 keycloak: 12.0.2 -> 12.0.3 2021-02-17 02:03:42 +00:00
Greizgh
3a6548807b keycloak: 11.0.3 -> 12.0.2 2021-01-29 09:16:16 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
talyz
23b43eb476
keycloak: 11.0.2 -> 11.0.3 2020-11-05 18:39:44 +01:00
talyz
89e83833af
nixos/keycloak: Add support for MySQL and external DBs with SSL
- Add support for using MySQL as an option to PostgreSQL.
- Enable connecting to external DBs with SSL
- Add a database port config option
2020-10-29 12:47:10 +01:00
talyz
31fe90d6ef
nixos/keycloak: Add test 2020-10-29 12:07:49 +01:00
talyz
513599a6d7
nixos/keycloak: Init 2020-10-27 19:01:26 +01:00
Bruno Bigras
489a130885 keycloak: 10.0.2 -> 11.0.2 2020-09-03 23:53:05 -04:00
ngerstle
a4f0ed59b1
keycloak: 9.0.3 -> 10.0.2
PR #91732
Closes #87230
2020-06-29 21:57:09 +02:00
ngerstle
06e55a145b keycloak: 9.0.2 -> 9.0.3 2020-04-22 23:45:32 +02:00
Mario Rodas
8a774b7d56
keycloak: add platforms to meta 2020-03-27 04:20:00 -05:00
R. RyanTM
b260826c9a keycloak: 9.0.0 -> 9.0.2 2020-03-27 04:07:13 +00:00
ngerstle
2dd9829569
keycloak: init at 9.0.0
PR #80897
2020-02-26 23:33:04 +01:00