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

Add test case for reloading client cert from file #680

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Aug 24, 2023

No description provided.

@sonarcloud
Copy link

sonarcloud bot commented Aug 24, 2023

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 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Map.entry("micronaut.http.services.oci.ssl.key-store.path", "file://" + keyStoreClient),
Map.entry("micronaut.http.services.oci.ssl.key-store.type", "PKCS12"),
Map.entry("micronaut.http.services.oci.ssl.key-store.password", "")
));
Copy link
Contributor

Choose a reason for hiding this comment

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

Moving the Map creation outside the try parameter creation would help readability, but otherwise looks good.

@yawkat yawkat merged commit a6ce54b into master Aug 25, 2023
13 checks passed
@yawkat yawkat deleted the test-reload branch August 25, 2023 06:01
@yawkat yawkat added the type: improvement A minor improvement to an existing feature label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants