Ansible Community General Collection
GNU General Public License v3.0
833
stars
1.53k
forks
source link
[PR #8973/464812a2 backport][stable-9] keycloak_client add option to support client-x509 authentication #9005
Closed
patchback[bot] closed 1 month ago
This is a backport of PR #8973 as merged into main (464812a2c28dcae652f24345cf9d337c65d5f69c).
SUMMARY
keycloak_client is missing support for x509 client authentication,
this PR updates
client_authenticator_type
with the choiceclient-x509
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
modules/keycloak_client
ADDITIONAL INFORMATION
Below is steps to test the result with this PR applied.
Start Keycloak
docker run --rm -it -p 8080:8080 -p 8443:8443 -v ~/keycloak/certs:/certs --entrypoint=/bin/bash keycloak/keycloak:25.0 bash /certs/start.sh
Apply config
Verify