From 928c57f53d09f88655c32fb03e661c4da91b67b3 Mon Sep 17 00:00:00 2001 From: "Dennis J. Bell" Date: Mon, 21 Aug 2023 11:35:44 -0700 Subject: [PATCH] Fixes log-cache ssh issues [Work-around] * While the previous log-cache integration commit did resolve the log-cache connectivity correctly, an upstream issue made the SSL connection fail. This resolves that issue. --- overlay/enable-log-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlay/enable-log-cache.yml b/overlay/enable-log-cache.yml index fe56057..42dc370 100644 --- a/overlay/enable-log-cache.yml +++ b/overlay/enable-log-cache.yml @@ -8,7 +8,7 @@ instance_groups: eventgenerator: metricscollector: use_log_cache: true - host: log-cache.service.cf.internal + host: log-cache port: 8080 ca_cert: (( concat "((" meta.cf.credhub_path "log_cache.ca))" )) client_cert: (( concat "((" meta.cf.credhub_path "log_cache.certificate))" )) @@ -21,7 +21,7 @@ addons: properties: aliases: - (( merge on domain)) - - domain: log-cache.service.cf.internal + - domain: log-cache targets: - (( merge on query )) - query: "*"