diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-04-19 14:46:45 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2021-04-21 14:15:34 +0200 |
commit | e2e71040679fc6f305f9cdbe0d9d38c701934dcd (patch) | |
tree | 7fc42e7eacb4850fba627771dcc47066655abf8a /src/test/resources/robotframework/robotframework-test.properties | |
parent | 4b6371f7ed8e35fd157ea640d05b5898989f32ca (diff) |
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 <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources/robotframework/robotframework-test.properties')
-rw-r--r-- | src/test/resources/robotframework/robotframework-test.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/resources/robotframework/robotframework-test.properties b/src/test/resources/robotframework/robotframework-test.properties index a12f052ad..fed074198 100644 --- a/src/test/resources/robotframework/robotframework-test.properties +++ b/src/test/resources/robotframework/robotframework-test.properties @@ -31,6 +31,8 @@ server.port=${clamp.it.tests.robotframework.http} #server.ssl.key-store-password=pass #server.ssl.key-password=pass +clamp.config.keyFile=classpath:clds/aaf/org.onap.clamp.keyfile + ### In order to be user friendly when HTTPS is enabled, ### you can add another HTTP port that will be automatically redirected to HTTPS ### by enabling this parameter (server.http.port) and set it to another port (80 or 8080, 8090, etc ...) |