Skip to content
Snippets Groups Projects
Commit 588e666c authored by Théo - Le Filament's avatar Théo - Le Filament
Browse files

fix: mitigate inexistent inventory group

parent b9c309df
No related branches found
Tags v1.4.2
No related merge requests found
......@@ -10,7 +10,7 @@
[entryPoints.websecure]
address = ":443"
[entryPoints.websecure.http]
middlewares = ["security-headers@file"{% if inventory_hostname not in groups.docker_tuleap %}, "limit@file"{% endif %}, "compression@file"]
middlewares = ["security-headers@file"{% if inventory_hostname not in groups.docker_tuleap | default([]) %}, "limit@file"{% endif %}, "compression@file"]
[entryPoints.websecure.http.tls]
options = "default"
certResolver = "le"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment