File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
tests/integration/pulsar/config Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 77 PULSAR_HOST : pulsar
88
99matrix :
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
You can’t perform that action at this time.
0 commit comments