From e2e71040679fc6f305f9cdbe0d9d38c701934dcd Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 19 Apr 2021 14:46:45 +0200 Subject: Fix Sonar Crypto issues Fix this problem by removing the CryptoUtils that could be replaced by AAF cadi call (this was already in place in the code). The OOM sdc controller password will have to be modified as well. Issue-ID: POLICY-3201 Issue-ID: POLICY-3200 Change-Id: I6dfd9abb691afb3548d4e68c8759351ad02a30da Signed-off-by: sebdet --- src/main/resources/clds/key.properties | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/main/resources/clds/key.properties (limited to 'src/main/resources/clds') diff --git a/src/main/resources/clds/key.properties b/src/main/resources/clds/key.properties deleted file mode 100644 index dda2b87d0..000000000 --- a/src/main/resources/clds/key.properties +++ /dev/null @@ -1 +0,0 @@ -org.onap.policy.clamp.encryption.aes.key=aa3871669d893c7fb8abbcda31b88b4f \ No newline at end of file -- cgit 1.2.3-korg