From 9fcda0196172df1e7225d63e6fd24a5cb814a3b5 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 31 Mar 2022 12:20:43 +0200 Subject: [PATCH] Fix the indentation. --- templates/shinyproxy-2-conf.yml.j2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/shinyproxy-2-conf.yml.j2 b/templates/shinyproxy-2-conf.yml.j2 index f5ec1c4..67819e5 100644 --- a/templates/shinyproxy-2-conf.yml.j2 +++ b/templates/shinyproxy-2-conf.yml.j2 @@ -77,10 +77,13 @@ proxy: client-id: {{ shinyproxy_oidc_client_id }} client-secret: {{ shinyproxy_oidc_client_secret }} username-attribute: {{ shinyproxy_oidc_username_attribute }} - {% if shinyproxy_oidc_use_roles_claim %} + +{% if shinyproxy_oidc_use_roles_claim %} roles-claim: {{ shinyproxy_oidc_roles_claim }} - {% endif %} {% endif %} + +{% endif %} + {% if shinyproxy_container_backend == 'docker' or shinyproxy_container_backend == 'docker-swarm' %} docker: container-memory-request: {{ shinyproxy_docker_memory_request }}