Skip to content

Commit 8d09d33

Browse files
authored
Merge branch 'master' into pront/k8s-e2e-diagnostics
2 parents 548d1d9 + 1a78c93 commit 8d09d33

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

tests/integration/pulsar/config/compose.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ services:
88
- 6650:6650
99
- 6651:6651
1010
environment:
11+
# Since apache/pulsar#25238, standalone mode advertises the container's FQDN
12+
# (the container ID) instead of localhost. Set explicitly so TLS hostname
13+
# verification matches the certificate's DNS SAN.
14+
- PULSAR_PREFIX_advertisedAddress=pulsar
1115
- PULSAR_PREFIX_brokerServicePortTls=6651
1216
- PULSAR_PREFIX_tlsKeyFilePath=/etc/pulsar/certs/pulsar.key.pem
1317
- PULSAR_PREFIX_tlsCertificateFilePath=/etc/pulsar/certs/pulsar.cert.pem

tests/integration/pulsar/config/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ env:
77
PULSAR_HOST: pulsar
88

99
matrix:
10-
# TODO: re-enable `latest` once TLS tests pass with newer Pulsar images.
11-
# See https://github.com/vectordotdev/vector/issues/25096
12-
version: ["4.1.3"]
10+
version: [latest]
1311

1412
# changes to these files/paths will invoke the integration test in CI
1513
# expressions are evaluated using https://github.com/micromatch/picomatch

0 commit comments

Comments
 (0)