From f8ac2c844e68a7150830c3ddbd6de1a6ec86a1a4 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Fri, 10 Mar 2023 15:42:12 +0100 Subject: This is where pyff looks for config --- mdq.fd | 29 ----------------------------- metadata/mdq.fd | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 mdq.fd create mode 100644 metadata/mdq.fd diff --git a/mdq.fd b/mdq.fd deleted file mode 100644 index 32a08bf7..00000000 --- a/mdq.fd +++ /dev/null @@ -1,29 +0,0 @@ -- when clean: - - xslt: - stylesheet: tidy.xsl - - check_xml_namespaces - - break -- when update: - - load: - - /opt/metadata/swamid-edugain cleanup clean - - /opt/metadata/swamid-2.0 cleanup clean - - /opt/metadata/swamid-interfederations-2.0 cleanup clean - - break -- when request: - - select - - pipe: - - when accept application/samlmetadata+xml application/xml: - - xslt: - stylesheet: tidy.xsl - - pubinfo: - publisher: https://mdx.qa.swamid.se/ - - first - - finalize: - baseURL: https://mdx.qa.swamid.se/ - cacheDuration: PT5H - validUntil: P10D - - sign: - key: /opt/metadata/swamid-interfederations-2.0/cert/swamid-qa.key - cert: /opt/metadata/swamid-interfederations-2.0/cert/swamid-qa.crt - - emit application/xml - - break diff --git a/metadata/mdq.fd b/metadata/mdq.fd new file mode 100644 index 00000000..32a08bf7 --- /dev/null +++ b/metadata/mdq.fd @@ -0,0 +1,29 @@ +- when clean: + - xslt: + stylesheet: tidy.xsl + - check_xml_namespaces + - break +- when update: + - load: + - /opt/metadata/swamid-edugain cleanup clean + - /opt/metadata/swamid-2.0 cleanup clean + - /opt/metadata/swamid-interfederations-2.0 cleanup clean + - break +- when request: + - select + - pipe: + - when accept application/samlmetadata+xml application/xml: + - xslt: + stylesheet: tidy.xsl + - pubinfo: + publisher: https://mdx.qa.swamid.se/ + - first + - finalize: + baseURL: https://mdx.qa.swamid.se/ + cacheDuration: PT5H + validUntil: P10D + - sign: + key: /opt/metadata/swamid-interfederations-2.0/cert/swamid-qa.key + cert: /opt/metadata/swamid-interfederations-2.0/cert/swamid-qa.crt + - emit application/xml + - break -- cgit v1.2.3