Skip to content

Commit

Permalink
Fixes log-cache ssh issues
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
dennisjbell committed Aug 21, 2023
1 parent 666ffd4 commit 928c57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay/enable-log-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))" ))
Expand All @@ -21,7 +21,7 @@ addons:
properties:
aliases:
- (( merge on domain))
- domain: log-cache.service.cf.internal
- domain: log-cache
targets:
- (( merge on query ))
- query: "*"
Expand Down

0 comments on commit 928c57f

Please sign in to comment.