Two bugfies, disabling use of TCP client pool
[nonrtric.git] / policy-agent / config / application.yaml
index b128494..c0ddfb5 100644 (file)
@@ -9,7 +9,7 @@ management:
   endpoints:
     web:
       exposure:
-        include: "loggers,logfile,health,info,metrics"
+        include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
 
 logging:
   level:
@@ -21,12 +21,17 @@ logging:
   file: /var/log/policy-agent/application.log
 server:
    port : 8433
+   http-port: 8081
    ssl:
-      key-store-type: PKCS12
+      key-store-type: JKS
       key-store-password: policy_agent
       key-store: classpath:keystore.jks
       key-password: policy_agent
+      key-alias: policy_agent
 app:
   filepath: /opt/app/policy-agent/config/application_configuration.json
-
+  webclient:
+    trust-store-used: false
+    trust-store-password: policy_agent
+    trust-store: classpath:keystore.jks