Guido Grazioli
89db3fa36f
Implement vault config
2024-04-18 10:44:17 +02:00
Helmut Wolf
0ee29eb483
#188 : keycloak_quarkus: allow setting "sensitive options" using a Java KeyStore file #188
2024-04-17 17:09:44 +02:00
Helmut Wolf
60ca798e1a
Rename keycloak_quarkus_*_store_*
attributes
2024-04-17 17:09:44 +02:00
Guido Grazioli
1f910bd400
Comprehensive linter warning fixes
2024-04-17 16:19:34 +02:00
Christian Iuga
ea57f8b689
remove unwanted extra code
2024-04-16 13:41:09 +02:00
Christian Iuga
3fbae4882e
move keycloak_quarkus_proxy_headers into keycloak.conf
2024-04-16 13:39:33 +02:00
Christian Iuga
27717d7b4e
Avoid cmd-line arguments
...
Fix https://github.com/ansible-middleware/keycloak/pull/187#discussion_r1565779164
2024-04-15 15:50:55 +02:00
Christian Iuga
8e2f3eb77f
Permit parse reverse proxy headers
...
- Via created a new optional variable : keycloak_quarkus_proxy_headers
- Fix enhancement #183
- see https://www.keycloak.org/server/reverseproxy about the official documentation
2024-04-15 14:41:56 +02:00
Guido Grazioli
8f8de33350
JVM arguments go IN JAVA_OPTS
2024-04-08 16:47:49 +02:00
Guido Grazioli
3b1534d700
refactor
2024-03-25 10:19:28 +01:00
Björn Großewinkelmann
a97c349f41
Utilize comment filter for {{ ansible_maanged }} annotations
...
Signed-off-by: Björn Großewinkelmann <bgrossew@redhat.com>
2024-03-13 00:19:42 +01:00
Guido Grazioli
d74820190f
ci: rename keycloak_quarkus infinispan jinja2 template
2024-02-28 17:10:02 +01:00
Guido Grazioli
167bf512c5
fix typo in variable name
2024-02-27 17:17:14 +01:00
Guido Grazioli
f7bef0a956
set enable-recovery when xa transactions are enabled
2024-02-22 16:28:24 +01:00
Guido Grazioli
f62a97709a
Merge pull request #163 from world-direct/feature/162_keycloak_quarkus_sticky-session-encoder
...
keycloak_quarkus: `sticky-session`s for infinispan routes
2024-02-08 21:31:12 +01:00
Guido Grazioli
9593752e62
Merge pull request #161 from world-direct/feature/160_keycloak_quarkus_logging
...
keycloak_quarkus: Allow configuring log rotate options in quarkus configuration
2024-02-08 21:27:48 +01:00
Helmut Wolf
df81dc5497
#158 : move TCPPING config to ispn config file
2024-02-08 16:26:48 +01:00
Helmut Wolf
4adab64dc0
#158 : support for TCPPING
2024-02-08 16:26:48 +01:00
Helmut Wolf
e0d4920a49
feature/162: keycloak_quarkus: make spi-sticky-session-encoder-infinispan-should-attach-route
configurable in keycloak.conf
2024-02-08 16:19:14 +01:00
Helmut Wolf
0c5047bcc1
feature/160: keycloak_quarkus: Allow easier log setting configuration
2024-01-22 13:53:28 +01:00
Helmut Wolf
63f83d7744
add initial support for templating cache-ispn.xml
2024-01-22 12:38:29 +01:00
Helmut Wolf
688ec956fc
fix #156 : quarkus 3 ispn config renamings
2024-01-19 09:54:54 +01:00
Helmut Wolf
8adc018cb3
fix/#149: keycloak_quarkus: Allow ports <1024 (e.g., :443)
2024-01-16 08:33:34 +01:00
Guido Grazioli
053d0f9873
Merge pull request #152 from world-direct/fix/151
...
keycloak_quarkus: allow configuration of `hostname-strict-backchannel`
2024-01-16 00:42:12 +01:00
Guido Grazioli
d138b4b2ff
Merge pull request #145 from world-direct/feature/keycloak_quarkus_systemd
...
keycloak_quarkus: systemd restart behavior
2024-01-16 00:41:35 +01:00
Guido Grazioli
313bd8452a
Merge pull request #154 from world-direct/fix/#153
...
fix/#153: keycloak_quarkus: Use `keycloak_quarkus_java_opts`
2024-01-15 09:57:34 +01:00
Helmut Wolf
b1b31427d5
fix/#153: keycloak_quarkus: Use keycloak_quarkus_java_opts
...
Note: when multiple -X options of the same kind are provided, the last option seems to take precendence as per <https://stackoverflow.com/a/26727332 >:
> java -Xmx1G -XX:+PrintFlagsFinal -Xmx2G 2>/dev/null | grep MaxHeapSize
2024-01-10 16:30:02 +01:00
Helmut Wolf
b057f0297a
fix/#151: keycloak_quarkus: allow configuration of hostname-strict-backchannel
2024-01-09 08:46:11 +01:00
Helmut Wolf
83bcb6712a
keycloak_quarkus: add systemd control options
...
* keycloak_quarkus_service_restart_always
* keycloak_quarkus_service_restart_on_failure
* keycloak_quarkus_service_restartsec
2023-12-19 09:30:30 +01:00
Guido Grazioli
593c4df861
keycloak_quarkus: add hostname-strict parameter
2023-12-05 10:48:48 +01:00
Guido Grazioli
842e61c43e
Update template to lowercase booleans
2023-12-05 10:13:12 +01:00
Guido Grazioli
cee02cfd36
Merge pull request #116 from Footur/keystore
...
[keycloak_quarkus] Enable config of a key store and trust store
2023-11-13 11:37:36 +01:00
Giovanni Toraldo
316cde4759
Add support for more http-related configs
...
* keycloak_quarkus_http_relative_path var now populate http-relative-path config [breaking change]
* http-relative-path defaults to / [breaking change]
* enable configuration of hostname-url and hostname-admin-url
2023-11-07 10:20:01 +01:00
Footur
e842462a22
Enable config of a key store and trust store
2023-10-13 16:30:58 +02:00
Giovanni Toraldo
9a46b455f6
Fix admin login redirect when running locally
2023-09-19 13:53:32 +02:00
Miles Sherman
b72460e464
quarkus role: do not populate proxy to config if keycloak_quarkus_proxy_mode is undefined or set to 'none'
2023-09-18 14:46:56 +00:00
footur
3340428194
Remove the "--auto-build" flag – it's deprecated
...
Signed-off-by: footur <3769085+Footur@users.noreply.github.com>
2023-06-10 15:18:31 +02:00
Jonathan Wright
c7d2bdcee3
add configurability for XA transactions
2023-04-21 15:12:59 -05:00
Božo Barun
5cdaa7aabb
Update keycloak.conf.j2
...
The documentation states that the path is relative to the /conf directory, which is true. So if one changes the contents of this file it would have no effect because the path would be non-existent. To make things worse, there would be no obvious error stating this and the configuration would be loaded from the defaults.
2023-01-26 15:27:57 +01:00
Katzy
ad4d5dae68
Update keycloak.service.j2
2022-12-13 14:25:52 +01:00
Xabier Davila
41caa49cfc
Use absolute path for certificate files
2022-07-01 10:31:18 +02:00
Guido Grazioli
8454f5c341
keycloak_quarkus: add selected java to PATH in systemd unit ( #34 )
2022-05-31 03:43:55 -05:00
Guido Grazioli
8bede6791e
update 18.0.0, add JAVA_HOME check, runas systemd unit
2022-05-18 09:29:28 +02:00
Guido Grazioli
0ddbc66448
Add keycloak X playbook, update roles README
2022-05-17 19:30:13 +02:00
Guido Grazioli
31420fc24c
update config options: keycloak and quarkus
2022-05-17 18:59:10 +02:00
Guido Grazioli
419c862341
add role keycloak_quarkus
2022-04-07 14:07:08 +02:00