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

Allow filtering with SAN in certificates/valid endpoint #4738

Merged
merged 6 commits into from
Dec 12, 2023

Conversation

charhate
Copy link
Contributor

Added supported to filter with a SAN. This is useful for the certs without CN, as CN could be optional.

Lookup could be extended to support lookup by multiple hostnames/SAN instead of just one. However, given the fact that domain table does not hold unique entries, performance will degrade when filtered with many SANs. Thus keeping it simple for now.

@coveralls
Copy link

coveralls commented Dec 12, 2023

Coverage Status

coverage: 75.488% (+0.01%) from 75.478%
when pulling 75c9d5d on charhate:async-optional-cn
into c128a9a on Netflix:main.

@charhate charhate merged commit 51a0fa7 into Netflix:main Dec 12, 2023
22 checks passed
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.

None yet

3 participants