From 2d672a5e28857b2eba65c72b6599965a6728ea0f Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Sat, 17 May 2025 20:33:04 +0200 Subject: [PATCH] Allow for configuration of confidential services Signed-off-by: Nis Wechselberg --- roles/uffd/templates/uffd.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/uffd/templates/uffd.cfg.j2 b/roles/uffd/templates/uffd.cfg.j2 index aa92b16..bf08499 100644 --- a/roles/uffd/templates/uffd.cfg.j2 +++ b/roles/uffd/templates/uffd.cfg.j2 @@ -25,6 +25,7 @@ SERVICES=[ 'url': '{{ service.url }}', 'logo_url': '{{ service.logo_url }}', 'required_group': '{{ service.required_group }}', + 'confidential': {{ service.confidential | default(True) }}, }, {% endfor %} ]