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

Do not fail if unable to provide client certificate when requested #996

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

chancez
Copy link
Contributor

@chancez chancez commented Apr 22, 2023

When a server requests a client certificate, it's not always required, so do not fail if a client certificate was not configured, instead let the server reject the request instead, in case it supports other authentication methods.

@chancez chancez added kind/enhancement This would improve or streamline existing functionality. ⌨️ area/cli Impacts the command line interface of any command in the repository. labels Apr 22, 2023
@chancez chancez requested a review from a team as a code owner April 22, 2023 00:01
@chancez chancez self-assigned this Apr 22, 2023
@chancez chancez requested review from kaworu and removed request for a team April 22, 2023 00:01
@maintainer-s-little-helper maintainer-s-little-helper bot added dont-merge/needs-release-note-label PR is blocked until the release note is set labels Apr 22, 2023
@chancez chancez marked this pull request as draft April 22, 2023 00:08
When a server requests a client certificate, it's not always required,
so do not fail if a client certificate was not configured, instead let
the server reject the request instead, in case it supports other
authentication methods.

Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
@chancez chancez force-pushed the pr/chancez/client_cert_optional branch from 506615f to 7ffab64 Compare April 22, 2023 00:11
@chancez chancez marked this pull request as ready for review April 22, 2023 00:11
@chancez chancez added the release-note/minor This PR introduces functionality that users may find relevant to operating Hubble. label Apr 26, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label PR is blocked until the release note is set label Apr 26, 2023
@chancez chancez added release-note/misc This PR makes changes that have no direct user impact. and removed release-note/minor This PR introduces functionality that users may find relevant to operating Hubble. labels Apr 26, 2023
@chancez chancez requested a review from rolinh April 26, 2023 20:45
Copy link
Collaborator

@michi-covalent michi-covalent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😇

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 27, 2023
@michi-covalent
Copy link
Collaborator

the button is green. therefore i click.

@michi-covalent michi-covalent merged commit 2890c58 into master Apr 27, 2023
5 checks passed
@michi-covalent michi-covalent deleted the pr/chancez/client_cert_optional branch April 27, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌨️ area/cli Impacts the command line interface of any command in the repository. kind/enhancement This would improve or streamline existing functionality. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants