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

authorize: implement client certificate CRL check #4439

Merged
merged 1 commit into from Aug 3, 2023
Merged

Conversation

kenjenkins
Copy link
Contributor

Summary

Update isValidClientCertificate() to also consult the configured certificate revocation lists. Update existing test cases and add a new unit test to exercise the revocation support. Restore the skipped integration test case.

Generate new test certificates and CRLs using a new go run-able source file.

Related issues

Fixes #4257.

User Explanation

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

Update isValidClientCertificate() to also consult the configured
certificate revocation lists. Update existing test cases and add a new
unit test to exercise the revocation support. Restore the skipped
integration test case.

Generate new test certificates and CRLs using a new `go run`-able source
file.
@kenjenkins kenjenkins requested a review from a team as a code owner August 3, 2023 17:57
@kenjenkins kenjenkins requested a review from wasaga August 3, 2023 17:57
@coveralls
Copy link

Coverage Status

coverage: 63.617% (-0.01%) from 63.629% when pulling bf7794d on kenjenkins/crl into e91600c on main.

@kenjenkins kenjenkins merged commit 9d4d31c into main Aug 3, 2023
9 checks passed
@kenjenkins kenjenkins deleted the kenjenkins/crl branch August 3, 2023 22:59
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.

Client CRL cannot be loaded to envoy listeners
3 participants