Skip to content
Snippets Groups Projects
Commit 9165cdd7 authored by ale's avatar ale
Browse files

Fix jinja2 filter

parent 7c8baf42
1 merge request!311Add support for an API proxy
---
- set_fact:
api_proxy_auth_services: "{{ services.values() | map(attribute='public_endpoints') | flatten | selectattr('enable_api_proxy') | map(attribute='auth_service') }}"
api_proxy_auth_services: "{{ services.values() | selectattr('public_endpoints', 'defined') | map(attribute='public_endpoints') | flatten | selectattr('enable_api_proxy') | map(attribute='auth_service') }}"
- name: Configure api-proxy auth services
copy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment