about summary refs log tree commit diff
path: root/nixos/tests/keycloak.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-12nixos/tests: fix discrepancy between nix-build and nix buildJacob Moody1-15/+17
2022-11-03nixos/keycloak: Escape database password properlytalyz1-1/+1
2022-10-31nixos/keycloak: Escape admin password properlytalyz1-6/+9
2022-04-12keycloak: Switch to the new Quarkus version of Keycloaktalyz1-9/+13
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-01keycloak: 16.1.0 -> 17.0.1talyz1-2/+2
2022-03-22keycloak-metrics-spi: init at 2.5.3Benjamin Staffin1-1/+15
2022-03-21Merge remote-tracking branch 'origin/master' into mvnBenjamin Staffin1-1/+1
2022-02-28nixosTests.keycloak: replace libtidy with html-tidymidchildan1-1/+1
Follow-up of cc700ad55b3fc4bc257826b3167c3a1247b50a5b.
2021-12-13nixosTests.keycloak: add discord plugin to testMaciej Krüger1-2/+4
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-1/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-05-21keycloak.tests: Test HTTPS supporttalyz1-1/+14
2021-05-21nixos/keycloak: keycloak.database* -> keycloak.database.*talyz1-3/+6
Move all database options to their own group / attribute. This makes the configuration clearer and brings it in line with most other modern modules.
2021-05-04keycloak.tests: Make sure databaseUsername is either ignored...talyz1-0/+1
...or used correctly.
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-10-29nixos/keycloak: Add support for MySQL and external DBs with SSLtalyz1-8/+13
- 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-29nixos/keycloak: Add testtalyz1-0/+139