Adding healthcheck to humhub group.yaml
This commit is contained in:
parent
dcd22f13a3
commit
839520d52c
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ satosa_config:
|
||||||
saml2_frontend: "/etc/satosa/plugins/saml2_frontend.yaml"
|
saml2_frontend: "/etc/satosa/plugins/saml2_frontend.yaml"
|
||||||
generated_attributes: "/etc/satosa/plugins/generated_attributes.yaml"
|
generated_attributes: "/etc/satosa/plugins/generated_attributes.yaml"
|
||||||
internal_attributes: "/etc/satosa/internal_attributes.yaml"
|
internal_attributes: "/etc/satosa/internal_attributes.yaml"
|
||||||
|
healthcheck: "/etc/satosa/plugins/healthcheck.yaml"
|
||||||
generated_attributes:
|
generated_attributes:
|
||||||
module: satosa.micro_services.attribute_generation.AddSyntheticAttributes
|
module: satosa.micro_services.attribute_generation.AddSyntheticAttributes
|
||||||
plugin: AddSyntheticAttributes
|
plugin: AddSyntheticAttributes
|
||||||
|
@ -69,6 +70,7 @@ satosa_proxy_conf:
|
||||||
- "plugins/saml2_frontend.yaml"
|
- "plugins/saml2_frontend.yaml"
|
||||||
MICRO_SERVICES:
|
MICRO_SERVICES:
|
||||||
- "plugins/generated_attributes.yaml"
|
- "plugins/generated_attributes.yaml"
|
||||||
|
- "plugins/healthcheck.yaml"
|
||||||
LOGGING:
|
LOGGING:
|
||||||
version: 1
|
version: 1
|
||||||
formatters:
|
formatters:
|
||||||
|
|
Loading…
Add table
Reference in a new issue