From 73b9756fd79237ecf72f7793227b6bd77547de69 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 27 Jan 2025 07:05:49 +0100 Subject: [PATCH] Fix changelog fragment classification. --- ...-keycloak-modules-retry-request-on-authentication-error.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/9494-keycloak-modules-retry-request-on-authentication-error.yaml b/changelogs/fragments/9494-keycloak-modules-retry-request-on-authentication-error.yaml index 1e4df6dc76..7e5c71ade1 100644 --- a/changelogs/fragments/9494-keycloak-modules-retry-request-on-authentication-error.yaml +++ b/changelogs/fragments/9494-keycloak-modules-retry-request-on-authentication-error.yaml @@ -1,2 +1,2 @@ -major_changes: +minor_changes: - keycloak_* modules - ``refresh_token`` parameter added. When multiple authentication parameters are provided (``token``, ``refresh_token``, and ``auth_username``/``auth_password``), modules will now automatically retry requests upon authentication errors (401), using in order the token, refresh token, and username/password (https://github.com/ansible-collections/community.general/pull/9494).