- Oct 16, 2022
-
-
Evangelos Foutras authored
The nginx role already enables the http and https services.
-
- Sep 24, 2022
-
-
Evangelos Foutras authored
Ordering "when:" before "block:" makes it more readable I suppose.
-
- Aug 29, 2022
-
-
Evangelos Foutras authored
Fixes: 26f289b7 ("Capitalize the first letter of all task names")
-
- Aug 23, 2022
-
-
Evangelos Foutras authored
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
-
- Jun 08, 2022
-
-
Evangelos Foutras authored
These are used to signal the start of the document in a stream of many documents. As Ansible only supports one YAML document per file this is unnecessary. About a third of our YAML documents already lacked these.
-
- May 12, 2022
-
-
Evangelos Foutras authored
Keycloak 18.0.0 disallows this by default; enable the legacy behavior temporarily. When this stops working, we should consider removing the 'redirect_uri' parameter entirely. Should also check if GitLab and/or Grafafa have implemented support for alternative ways of signing out: - https://gitlab.com/gitlab-org/gitlab/-/issues/14414 - https://github.com/grafana/grafana/issues/24643
-
- Mar 25, 2022
-
-
Evangelos Foutras authored
During the migration to Quarkus distribution we switched to the packaged version of the theme (keycloak-archlinux-theme).
-
Evangelos Foutras authored
-
- Feb 16, 2022
-
-
Evangelos Foutras authored
commit 100dbb8781d780d35ad0569222bcda3ef85bbe0a upstream.
-
- Jan 31, 2022
-
-
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Oct 03, 2021
-
-
- Sep 04, 2021
-
-
Kristian Klausen authored
Ref: service-agreements!16
-
-
-
- Jul 06, 2021
-
-
account2 and account_api are enabled by default since keycloak 13 (https://www.keycloak.org/docs/13.0/server_installation/#profiles)
-
- Jun 19, 2021
-
-
Kristian Klausen authored
Keycloak doesn't support Java 16 (yet)[1]. [1] https://issues.redhat.com/browse/KEYCLOAK-18307
-
- Jun 15, 2021
-
-
Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
- Jun 06, 2021
-
-
X-Forwarded-For is defined as X-Forwarded-For: <client>, <proxy1>, <proxy2>, and it was set to $proxy_add_x_forwarded_for which is basically $http_x_forwarded_for,$remote_addr and headers from the client can't be trusted! Fix #292
-
Kristian Klausen authored
-
Kristian Klausen authored
This make it much easier to compare it to upstream's version: diff -u standalone.xml.j2 /opt/keycloak/standalone/configuration/standalone.xml
-
Update standalone.xml configuration based on documentation https://www.keycloak.org/docs/latest/upgrading/#_install_new_version Closes: #347 Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
- May 13, 2021
-
-
- Apr 08, 2021
-
-
A extra access_log entry was added with the following commands: $ cd roles $ grep -lr access_log | xargs -P 1 -n 1 sed -i '/access_log/ s/\(.*\)\( \)\(\(reduced\|main\);$\)/\1 \3\n\1.json json_\3/'
-
- Mar 01, 2021
-
-
Kristian Klausen authored
More and more browsers and password managers support this[2]. [1] https://w3c.github.io/webappsec-change-password-url/ [2] https://github.com/w3c/webappsec-change-password-url/issues/16
-
- Feb 14, 2021
-
-
Kristian Klausen authored
yaml: truthy value should be one of [false, true] (truthy) yaml: wrong indentation: expected 4 but found 2 (indentation) yaml: too few spaces before comment (comments) yaml: missing starting space in comment (comments) yaml: too many blank lines (1 > 0) (empty-lines) yaml: too many spaces after colon (colons) yaml: comment not indented like content (comments-indentation) yaml: no new line character at the end of file (new-line-at-end-of-file) load-failure: Failed to load or parse file parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
-
- Jan 19, 2021
-
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
- Nov 11, 2020
-
-
- Sep 23, 2020
-
-
Sven-Hendrik Haase authored
-
- Sep 22, 2020
-
-
- Sep 16, 2020
-
- Aug 30, 2020
-