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

Fixing log message #47

Merged
merged 1 commit into from
Mar 20, 2023
Merged

Fixing log message #47

merged 1 commit into from
Mar 20, 2023

Conversation

mnovak1
Copy link
Contributor

@mnovak1 mnovak1 commented Mar 20, 2023

No description provided.

@@ -33,7 +33,7 @@ public PEMSupport(InsightsLogger logger, InsightsConfiguration configuration) {
public SSLContext createTLSContext() {
if (!configuration.useMTLS()) {
throw new InsightsException(
ERROR_SSL_CREATING_CONTEXT, "Illegal attempt to create SSLContext for token auth");
ERROR_SSL_CREATING_CONTEXT, "Illegal attempt to create SSLContext for token auth");
Copy link
Contributor Author

@mnovak1 mnovak1 Mar 20, 2023

Choose a reason for hiding this comment

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

Spotless was complaining so fixing this too.

@jponge jponge merged commit 16d4462 into RedHatInsights:main Mar 20, 2023
@jponge jponge added the enhancement New feature or request label Mar 30, 2023
@jponge jponge added this to the 1.0.0.Beta3 milestone Mar 30, 2023
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