diff options
author | Johan Wassberg <jocar@sunet.se> | 2023-03-10 15:42:12 +0100 |
---|---|---|
committer | Johan Wassberg <jocar@sunet.se> | 2023-03-10 15:42:12 +0100 |
commit | f8ac2c844e68a7150830c3ddbd6de1a6ec86a1a4 (patch) | |
tree | c89d6bf0a647f7cb6998931cdf71843651669eae /metadata | |
parent | 059e9826af22664be1ff84bd8239dd0b2f7513d6 (diff) |
This is where pyff looks for configmd-2023-03-10-v07
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/mdq.fd | 29 |
1 files changed, 29 insertions, 0 deletions
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 |