From 6c724e25116ff8b9943f4dccadd51d10a0127c3e 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..39711d4 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 %} ]