Needed for keycloak_authentication_v2, to manage Keycloak authentication flows (e.g. the CCCHH browser flow) as YAML. Chosen over community.general's own copy of the module (deprecated in favor of this collection, and limited to 4 sub-flow levels there vs. 10 here).
7 lines
No EOL
226 B
Text
7 lines
No EOL
226 B
Text
#################################################
|
|
# python dependencies required to be installed
|
|
# on the controller host with:
|
|
# pip install -r requirements.txt
|
|
#
|
|
netaddr
|
|
lxml # for middleware_automation.common.maven_artifact |