davsclaus commented on code in PR #11812:
URL: https://github.com/apache/camel/pull/11812#discussion_r1368586564
##########
core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java:
##########
@@ -159,6 +159,15 @@ public abstract class DefaultConfigurationProperties<T> {
private String startupRecorderProfile = "default";
private long startupRecorderDuration;
private String startupRecorderDir;
+ private boolean sslEnabled;
+ private String sslKeyStore;
+ @Metadata(defaultValue = "changeit")
+ private String sslKeystorePassword = "changeit";
Review Comment:
We should not have default passwords
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]