-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keycloak_client add option to support client-x509 authentication (#8973)
* keycloak_client: add client-x509 option to client_authenticator_type Signed-off-by: boolman <[email protected]> * keycloak_client: add attributes for client-x509 Signed-off-by: boolman <[email protected]> * keycloak_client update description Signed-off-by: boolman <[email protected]> * keycloak_client add fragment Signed-off-by: boolman <[email protected]> * remove trailing whitespace Signed-off-by: boolman <[email protected]> * keycloak_client add example with x509 authentication Signed-off-by: boolman <[email protected]> * Update plugins/modules/keycloak_client.py Co-authored-by: Felix Fontein <[email protected]> * Update changelogs/fragments/8973-keycloak_client-add-x509-auth.yml Co-authored-by: Felix Fontein <[email protected]> * keycloak_client added type on new suboptions Signed-off-by: boolman <[email protected]> --------- Signed-off-by: boolman <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
- Loading branch information
1 parent
5e6b8e5
commit 464812a
Showing
2 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- keycloak_client - add ``client-x509`` choice to ``client_authenticator_type`` (https://github.com/ansible-collections/community.general/pull/8973). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters