Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 96cd361

Browse files
author
Chris Wiechmann
committed
Update logstash.yml
1 parent 6d350cc commit 96cd361

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/logstash.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ jobs:
4444
env:
4545
API_BUILDER_URL: 'http://localhost:8080'
4646
MEMCACHED: 'localhost:11211'
47-
API_BUILDER_SSL_CERT: ""
47+
# This is not relevant as we test with HTTP
48+
# But it's required by Logstash to be a valid certificate
49+
API_BUILDER_SSL_CERT: "./certificates/api-builder.crt"

0 commit comments

Comments
 (0)