Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotating TLS exporter kafka #2456

Closed
owenhaynes opened this issue Feb 10, 2021 · 1 comment
Closed

Rotating TLS exporter kafka #2456

owenhaynes opened this issue Feb 10, 2021 · 1 comment

Comments

@owenhaynes
Copy link

Is your feature request related to a problem? Please describe.
Our TLS certs for kafka are rotated every N days and connections will fail if the certs when this happens.

Describe the solution you'd like
Certs are reloaded without downtime, it should be possible with setting up VerifyConnection && GetClientCertificate on tlsconfig, as this is how we rotate for our kafka consumers and publisher

@bogdandrutu
Copy link
Member

Duplicate of #1591

@bogdandrutu bogdandrutu marked this as a duplicate of #1591 Feb 16, 2021
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this issue Apr 27, 2023
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](golang/sys@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Troels51 pushed a commit to Troels51/opentelemetry-collector that referenced this issue Jul 5, 2024
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants