diff options
author | Manamohan Satapathy <MS00534989@techmahindra.com> | 2018-03-19 15:34:59 +0530 |
---|---|---|
committer | Manamohan Satapathy <MS00534989@techmahindra.com> | 2018-03-19 15:35:30 +0530 |
commit | 0a079745598f2dccaa27487e6d755c72ede8cfaf (patch) | |
tree | cd2e62e86731770ee9e340751a26589f3fb92ac2 /common/src/main/resources/Policy.properties | |
parent | abe44afdc84f3172887f4d53662de790c19a1c11 (diff) |
CII badging issue resolution
PASSWORD detected in this expression review this potentially hardcoded credential
RestClientSSL.java:L41
Location:https://sonar.onap.org/issues?myIssues=true&open=AWIklWurRGy6eclHDh62&resolved=false&rules=squid%3AS2068&severities=CRITICAL
Change-Id: I6c80f04c0965711e836f0ff1ee5dcdfd2725fb62
Issue-ID: SO-478
Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
Diffstat (limited to 'common/src/main/resources/Policy.properties')
-rw-r--r-- | common/src/main/resources/Policy.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/src/main/resources/Policy.properties b/common/src/main/resources/Policy.properties index 383aa181bb..b5b38c465b 100644 --- a/common/src/main/resources/Policy.properties +++ b/common/src/main/resources/Policy.properties @@ -3,4 +3,5 @@ CLIENT_AUTH = Basic bTAzNzQzOnBvbGljeVIwY2sk AUTHORIZATION = Basic dGVzdHBkcDphbHBoYTEyMw==
ENVIRONMENT = TEST
X_ECOMP_REQUESTID = 1234567h
-ECOMP_COMPONENT_NAME = MSO
\ No newline at end of file +ECOMP_COMPONENT_NAME = MSO
+ssl.key.store.password.key = javax.net.ssl.keyStorePassword
\ No newline at end of file |