diff options
author | 2020-05-13 14:04:46 +0000 | |
---|---|---|
committer | 2020-05-13 14:04:46 +0000 | |
commit | 1b8e5ab5581c078ae732f844304162de1f05a320 (patch) | |
tree | 24524d1a5d9e202f49e46e1d36ff97dad75d2bbd /kubernetes/policy/charts/policy-apex-pdp/resources/config/config.json | |
parent | 6c864e26a40b564b0e8ac403a3bfcfef9198566f (diff) | |
parent | b8c44b484f4dbe628ceef49b628163ade47101bc (diff) |
Merge "[POLICY] Remove hardcoded credentials from policy-apex-pdp"
Diffstat (limited to 'kubernetes/policy/charts/policy-apex-pdp/resources/config/config.json')
-rw-r--r-- | kubernetes/policy/charts/policy-apex-pdp/resources/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-apex-pdp/resources/config/config.json b/kubernetes/policy/charts/policy-apex-pdp/resources/config/config.json index 57542c3510..5df0a26596 100644 --- a/kubernetes/policy/charts/policy-apex-pdp/resources/config/config.json +++ b/kubernetes/policy/charts/policy-apex-pdp/resources/config/config.json @@ -18,7 +18,7 @@ { "javaProperties" : [ ["javax.net.ssl.trustStore", "/opt/app/policy/apex-pdp/etc/ssl/policy-truststore"], - ["javax.net.ssl.trustStorePassword", "UG9sMWN5XzBuYXA="] + ["javax.net.ssl.trustStorePassword", "${TRUSTSTORE_PASSWORD_BASE64}"] ], "engineServiceParameters": { "name": "MyApexEngine", |