Skip to content

Commit d8e9620

Browse files
committed
#222: Molecule tests
1 parent 4b902ad commit d8e9620

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

molecule/quarkus/converge.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
value: 10
3232
- id: spid-saml
3333
url: https://github.com/italia/spid-keycloak-provider/releases/download/24.0.2/spid-provider.jar
34+
- id: keycloak-kerberos-federation
35+
maven:
36+
repository_url: https://repo1.maven.org/maven2/ # https://mvnrepository.com/artifact/org.keycloak/keycloak-kerberos-federation/24.0.4
37+
group_id: org.keycloak
38+
artifact_id: keycloak-kerberos-federation
39+
version: 24.0.4 # optional
40+
# username: myUser # optional
41+
# password: myPAT # optional
3442
keycloak_quarkus_policies:
3543
- name: "xato-net-10-million-passwords.txt"
3644
url: "https://github.com/danielmiessler/SecLists/raw/master/Passwords/xato-net-10-million-passwords.txt"

0 commit comments

Comments
 (0)