Commit Graph

3 Commits

Author SHA1 Message Date
Trent Mick 01664ddf87
tests: regenerate recently-expired test TLS certs (#4777)
* tests: regenerate recently-expired test TLS certs

Tests started failing yesterday because the various TLS certs in
the repo used for TLS testing had expired

$ openssl x509 -noout -enddate -in experimental/packages/exporter-logs-otlp-grpc/test/certs/ca.crt
notAfter=Jun  7 16:44:23 2024 GMT

This change regenerates all the TLS certs used for testing and
examples/https. It also adds a test case in each relevant package
that will fail with an obvious message when these certs expire
next time (certs are generated with a 1y expiry).

This also adds a comment 'npm run main:regenerate-test-certs'
that can be used to run the maintenance task.

* lint:fix, add changelog entry

* skip cert expiry test on node v14, because crypto.X509Certificate came in node v15
2024-06-10 10:54:49 +00:00
Rauno Viskus 3d98420cf5
chore: add node:16 to the test matrix (#2244) 2021-06-08 09:21:13 -04:00
Olivier Albertini 8567061992 feat(plugin-https): patch https requests (#379)
* feat(plugin-https): patch https requests

closes #375
add tests

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* docs(plugin-https): add jaeger image

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* fix: add mayurkale22 recommendations

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* fix: add markwolff recommendations

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* fix: file name utils

* fix: add danielkhan and bg451 recommendations

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
2019-10-03 14:43:09 -07:00