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

refactor: extracts certificate validation into a separate class #764

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

stalniy
Copy link
Contributor

@stalniy stalniy commented Jan 30, 2025

Why

To reuse for websocket certificate validation, refs #170

What

  1. extracts certificate validation to a separate class
  2. adds more unit tests
  3. removes cert and key from Proxy agent cache because we do not want to reuse the same client's cert for all provider proxy clients (it's a bug)
  4. adds instrumentation to certificate validation for easier debugging on the prod/staging
  5. adds async-lock

@stalniy stalniy requested a review from a team as a code owner January 30, 2025 18:53
baktun14
baktun14 previously approved these changes Jan 30, 2025
baktun14
baktun14 previously approved these changes Jan 31, 2025
@stalniy stalniy merged commit 5bb2b51 into main Jan 31, 2025
5 checks passed
@stalniy stalniy deleted the refactor/cert-validator branch January 31, 2025 17:41
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

Successfully merging this pull request may close these issues.

2 participants