From 6ad0a86e5951f0fd97db5e20eaa98a738c5102b2 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Mon, 28 Jan 2019 16:11:50 -0600 Subject: [PATCH 1/6] Create the IdP-only aggregate (#1) * Create new pipeline for MDQ and IdP-only aggregate * Move IdP-only aggregate to idps/all.xml * Rename mdq-new-* to mdq-combined-* * Reference JIRA issues in TODOs --- build.xml | 60 +++++++ mdx/incommon/mdq-combined-cloudhsm.xml | 224 +++++++++++++++++++++++++ mdx/incommon/mdq-combined-localkey.xml | 223 ++++++++++++++++++++++++ 3 files changed, 507 insertions(+) create mode 100644 mdx/incommon/mdq-combined-cloudhsm.xml create mode 100644 mdx/incommon/mdq-combined-localkey.xml diff --git a/build.xml b/build.xml index 1c8348cf..ba49a694 100644 --- a/build.xml +++ b/build.xml @@ -2655,6 +2655,66 @@ Generation complete. + + + + + Generating per-entity metadata in ${mda.mdq.output} + (IdP-only aggregate in ${mda.mdq.output}/idps.xml) + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + + + + + + + + + + + Generating per-entity metadata in ${mda.mdq.output} + (IdP-only aggregate in ${mda.mdq.output}/idps.xml) + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-combined-localkey.xml b/mdx/incommon/mdq-combined-localkey.xml new file mode 100644 index 00000000..5e686953 --- /dev/null +++ b/mdx/incommon/mdq-combined-localkey.xml @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From d5156ab3027439813025900f220c40d70f2dddef Mon Sep 17 00:00:00 2001 From: David Shafer Date: Wed, 6 Feb 2019 16:24:19 -0600 Subject: [PATCH 2/6] Create new pipeline to produce all MDQ metadata --- build.xml | 68 +++---- mdx/incommon/mdq-all-cloudhsm.xml | 46 +++++ mdx/incommon/mdq-all-localkey.xml | 46 +++++ mdx/incommon/mdq-all.xml | 245 +++++++++++++++++++++++++ mdx/incommon/mdq-combined-cloudhsm.xml | 224 ---------------------- mdx/incommon/mdq-combined-localkey.xml | 223 ---------------------- 6 files changed, 367 insertions(+), 485 deletions(-) create mode 100644 mdx/incommon/mdq-all-cloudhsm.xml create mode 100644 mdx/incommon/mdq-all-localkey.xml create mode 100644 mdx/incommon/mdq-all.xml delete mode 100644 mdx/incommon/mdq-combined-cloudhsm.xml delete mode 100644 mdx/incommon/mdq-combined-localkey.xml diff --git a/build.xml b/build.xml index ba49a694..083c6411 100644 --- a/build.xml +++ b/build.xml @@ -2656,13 +2656,10 @@ - - - - Generating per-entity metadata in ${mda.mdq.output} - (IdP-only aggregate in ${mda.mdq.output}/idps.xml) - from unsigned aggregate in ${mda.mdq.input} - - - - - Generation complete. + + + + + + + + Generating MDQ metadata in ${mda.mdq.output} + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. - - - - - - - - Generating per-entity metadata in ${mda.mdq.output} - (IdP-only aggregate in ${mda.mdq.output}/idps.xml) - from unsigned aggregate in ${mda.mdq.input} - - - - - Generation complete. + + + + Generating MDQ metadata in ${mda.mdq.output} + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml new file mode 100644 index 00000000..d329dc75 --- /dev/null +++ b/mdx/incommon/mdq-all-localkey.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-all.xml b/mdx/incommon/mdq-all.xml new file mode 100644 index 00000000..ca85098a --- /dev/null +++ b/mdx/incommon/mdq-all.xml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-combined-cloudhsm.xml b/mdx/incommon/mdq-combined-cloudhsm.xml deleted file mode 100644 index 6a54503d..00000000 --- a/mdx/incommon/mdq-combined-cloudhsm.xml +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mdx/incommon/mdq-combined-localkey.xml b/mdx/incommon/mdq-combined-localkey.xml deleted file mode 100644 index 5e686953..00000000 --- a/mdx/incommon/mdq-combined-localkey.xml +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From d45c6a4570feef2f4b8a92e8e2d8586f43078ea8 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Fri, 8 Feb 2019 15:09:26 -0600 Subject: [PATCH 3/6] Comment conversionService --- mdx/incommon/mdq-all-cloudhsm.xml | 24 ++++++++++++------------ mdx/incommon/mdq-all-localkey.xml | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/mdx/incommon/mdq-all-cloudhsm.xml b/mdx/incommon/mdq-all-cloudhsm.xml index e54e711a..2ddcb105 100644 --- a/mdx/incommon/mdq-all-cloudhsm.xml +++ b/mdx/incommon/mdq-all-cloudhsm.xml @@ -19,18 +19,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml index d329dc75..f9a87501 100644 --- a/mdx/incommon/mdq-all-localkey.xml +++ b/mdx/incommon/mdq-all-localkey.xml @@ -19,18 +19,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + From 1b39bae420ad2bf77ac0abf64b8a144c4b2031f8 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Fri, 8 Feb 2019 15:43:18 -0600 Subject: [PATCH 4/6] Finish rule updates --- build.xml | 2 +- mdx/incommon/mdq-all-cloudhsm.xml | 13 ------------- mdx/incommon/mdq-all-localkey.xml | 13 ------------- 3 files changed, 1 insertion(+), 27 deletions(-) diff --git a/build.xml b/build.xml index 083c6411..8e10af4c 100644 --- a/build.xml +++ b/build.xml @@ -2685,7 +2685,7 @@ - - - - - - - - - - - - - diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml index f9a87501..01d1b22c 100644 --- a/mdx/incommon/mdq-all-localkey.xml +++ b/mdx/incommon/mdq-all-localkey.xml @@ -19,19 +19,6 @@ - - - - - - - - - - - - - From 9f3b91e3a9ec06fec108998c9836794682a15bd8 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Fri, 8 Feb 2019 16:20:43 -0600 Subject: [PATCH 5/6] Add comments --- mdx/incommon/mdq-all-cloudhsm.xml | 14 ++++---------- mdx/incommon/mdq-all-localkey.xml | 14 ++++---------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/mdx/incommon/mdq-all-cloudhsm.xml b/mdx/incommon/mdq-all-cloudhsm.xml index 35a917d7..db3e85db 100644 --- a/mdx/incommon/mdq-all-cloudhsm.xml +++ b/mdx/incommon/mdq-all-cloudhsm.xml @@ -1,5 +1,6 @@ + - - - - - - - - - - + + + diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml index 01d1b22c..c2617cb6 100644 --- a/mdx/incommon/mdq-all-localkey.xml +++ b/mdx/incommon/mdq-all-localkey.xml @@ -1,5 +1,6 @@ + - - - - - - - - - - + + + From 1d9f7646524165da9aac8c533c0f3a7a7246d13b Mon Sep 17 00:00:00 2001 From: David Shafer Date: Tue, 12 Feb 2019 12:01:08 -0600 Subject: [PATCH 6/6] Update properties --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 8e10af4c..3b9727cc 100644 --- a/build.xml +++ b/build.xml @@ -2672,7 +2672,7 @@ - + Generating MDQ metadata in ${mda.mdq.output} from unsigned aggregate in ${mda.mdq.input} @@ -2697,7 +2697,7 @@ --> - + Generating MDQ metadata in ${mda.mdq.output} from unsigned aggregate in ${mda.mdq.input}