mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-29 16:11:34 -07:00
#224: keycloak_quarkus: Add support for policy files
This commit is contained in:
parent
599ce0179c
commit
9f4623b05a
5 changed files with 56 additions and 0 deletions
|
@ -31,6 +31,12 @@
|
|||
value: 10
|
||||
- id: spid-saml
|
||||
url: https://github.com/italia/spid-keycloak-provider/releases/download/24.0.2/spid-provider.jar
|
||||
keycloak_quarkus_policies:
|
||||
- name: "xato-net-10-million-passwords.txt"
|
||||
url: "https://github.com/danielmiessler/SecLists/raw/master/Passwords/xato-net-10-million-passwords.txt"
|
||||
- name: "xato-net-10-million-passwords-10.txt"
|
||||
url: "https://github.com/danielmiessler/SecLists/raw/master/Passwords/xato-net-10-million-passwords-10.txt"
|
||||
type: password-blacklists
|
||||
roles:
|
||||
- role: keycloak_quarkus
|
||||
- role: keycloak_realm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue