From 375d0eaa1368368df3c2b9512d9ac8ee6056c63d Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Mon, 8 Mar 2021 16:52:20 +0000 Subject: [AAI][SPARKY] Automatically retrieve certs Instead of using hardcoded certificates, use certInitializer in order to retrieve them automatically. Issue-ID: OOM-2683 Change-Id: I1bd3fe575c1d3450905bdc5876b442fdb43660a9 Signed-off-by: Sylvain Desbureaux --- .../resources/config/auth/client-cert-onap.p12 | Bin 4347 -> 0 bytes .../aai-sparky-be/resources/config/auth/org.onap.aai.p12 | Bin 4347 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 kubernetes/aai/components/aai-sparky-be/resources/config/auth/client-cert-onap.p12 delete mode 100644 kubernetes/aai/components/aai-sparky-be/resources/config/auth/org.onap.aai.p12 (limited to 'kubernetes/aai/components/aai-sparky-be/resources/config/auth') diff --git a/kubernetes/aai/components/aai-sparky-be/resources/config/auth/client-cert-onap.p12 b/kubernetes/aai/components/aai-sparky-be/resources/config/auth/client-cert-onap.p12 deleted file mode 100644 index 2601acf88a..0000000000 Binary files a/kubernetes/aai/components/aai-sparky-be/resources/config/auth/client-cert-onap.p12 and /dev/null differ diff --git a/kubernetes/aai/components/aai-sparky-be/resources/config/auth/org.onap.aai.p12 b/kubernetes/aai/components/aai-sparky-be/resources/config/auth/org.onap.aai.p12 deleted file mode 100644 index 2601acf88a..0000000000 Binary files a/kubernetes/aai/components/aai-sparky-be/resources/config/auth/org.onap.aai.p12 and /dev/null differ -- cgit 1.2.3-korg