ansible-middleware / keycloak

Collection to install and configure Keycloak or Red Hat Single Sign-On / Red Hat Build of Keycloak
Apache License 2.0
82 stars 49 forks source link

Add support for policy files #225

Closed hwo-wd closed 2 weeks ago

hwo-wd commented 2 weeks ago

New parameters for the installation of policy files:

Variable Description Default
keycloak_quarkus_policies List of policy definitions; see below []

Policy definition:

keycloak_quarkus_policies:
  - name: xato-net-10-million-passwords.txt    # required, resulting file name
    url: https://github.com/path/to/policy.txt # required, url for download
    type: password-blacklists                  # optional, defaults to `password-blacklists`;
                                               # supported values: [`password-blacklists`]

Fix #224