Disable AAF for PDP-D telemetry API 94/96094/1
authorjhh <jorge.hernandez-herrero@att.com>
Fri, 20 Sep 2019 19:35:20 +0000 (14:35 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Fri, 20 Sep 2019 19:35:20 +0000 (14:35 -0500)
As AAF cadi libraries and Aether libraries (transitively
brought in by drools kie-ci functionality seem
to interfere with each other, AAF is disabled.

There is no side effects to disable AAF for this API
as it is not an external API (it is used for diagnostics
only).

The nexus value change is cosmetic, not really used.

Issue-ID: POLICY-2109
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I2ccb3b0f08a4d3020e58ca83bd89d2f614a51dca

kubernetes/policy/charts/drools/values.yaml

index 74e0fe8..88e664d 100644 (file)
@@ -74,7 +74,7 @@ server:
   jvmOpts: -server -Xms1024m -Xmx2048m
 
 aaf:
-  enabled: "true"
+  enabled: "false"
 
 keystore:
   password: Pol1cy_0nap
@@ -87,7 +87,7 @@ telemetry:
   password: demo123456!
 
 nexus:
-  nexus: admin
+  user: admin
   password: admin123
   port: 8081