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

certstore: support multi-valued name attributes #449

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

kenjenkins
Copy link
Contributor

Summary

Change the semantics of the --client-cert-issuer and --client-cert-subject options to support name attributes with multiple values. Allow a filter condition to match on any value for a particular attribute, rather than requiring a matching attribute to have just one single value.

Related issues

Checklist

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

Change the semantics of the --client-cert-issuer and
--client-cert-subject options to support name attributes with multiple
values. Allow a filter condition to match on any value for a particular
attribute, rather than requiring a matching attribute to have just one
single value.
@kenjenkins kenjenkins added the enhancement New feature or request label Aug 27, 2024
@kenjenkins kenjenkins requested a review from a team as a code owner August 27, 2024 17:43
@kenjenkins kenjenkins requested a review from kralicky August 27, 2024 17:43
@kenjenkins kenjenkins merged commit 1c6f058 into main Aug 27, 2024
7 checks passed
@kenjenkins kenjenkins deleted the kenjenkins/certstore-filter branch August 27, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants