[POLICY] Remove hardcoded credentials from policy-apex-pdp
[oom.git] / kubernetes / policy / charts / policy-apex-pdp / resources / config / OnapPfConfig.json
index 3b6813d..767d145 100644 (file)
@@ -3,8 +3,8 @@
     "restServerParameters": {
       "host": "0.0.0.0",
       "port": 6969,
-      "userName": "healthcheck",
-      "password": "zb!XztG34",
+      "userName": "${RESTSERVER_USER}",
+      "password": "${RESTSERVER_PASSWORD}",
       "https": true
     },
     "pdpStatusParameters":{