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

Support disableSniHostCheck in TlsConfigProvider #256

Merged

Conversation

sleberknight
Copy link
Member

  • Add the ability to configure disableSniHostCheck in TlsConfigProvider
  • Fix the "see" reference in TlsConfigProvider javadocs
  • Create TestHelpers utility class and extract common code into factory methods to create FieldResolverStrategy instances and a method to mock KiwiEnvironment to return a specified value

Closes #250
Closes #251

* Add the ability to configure disableSniHostCheck in TlsConfigProvider
* Fix the "see" reference in TlsConfigProvider javadocs
* Create TestHelpers utility class and extract common code into
  factory methods to create FieldResolverStrategy instances and
  a method to mock KiwiEnvironment to return a specified value

Closes #250
Closes #251
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@dsingley dsingley merged commit 7b2fb63 into master Nov 26, 2023
6 checks passed
@dsingley dsingley deleted the 250-support-disableSniHostCheck-in-TlsConfigProvider branch November 26, 2023 14:05
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.

Fix the "See also" reference in the class-level javadoc Support disableSniHostCheck in TlsConfigProvider
4 participants