From 839520d52c12b2dd83afee5fc542a693ff75f36c Mon Sep 17 00:00:00 2001 From: Mikael Andersson Date: Wed, 16 Apr 2025 14:10:50 +0200 Subject: [PATCH] Adding healthcheck to humhub group.yaml --- humhub-proxy-common/overlay/etc/hiera/data/group.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/humhub-proxy-common/overlay/etc/hiera/data/group.yaml b/humhub-proxy-common/overlay/etc/hiera/data/group.yaml index d748809..781a8e7 100644 --- a/humhub-proxy-common/overlay/etc/hiera/data/group.yaml +++ b/humhub-proxy-common/overlay/etc/hiera/data/group.yaml @@ -4,6 +4,7 @@ satosa_config: saml2_frontend: "/etc/satosa/plugins/saml2_frontend.yaml" generated_attributes: "/etc/satosa/plugins/generated_attributes.yaml" internal_attributes: "/etc/satosa/internal_attributes.yaml" + healthcheck: "/etc/satosa/plugins/healthcheck.yaml" generated_attributes: module: satosa.micro_services.attribute_generation.AddSyntheticAttributes plugin: AddSyntheticAttributes @@ -69,6 +70,7 @@ satosa_proxy_conf: - "plugins/saml2_frontend.yaml" MICRO_SERVICES: - "plugins/generated_attributes.yaml" + - "plugins/healthcheck.yaml" LOGGING: version: 1 formatters: