sb3vecore commented on code in PR #23389:
URL: https://github.com/apache/camel/pull/23389#discussion_r3277097730
##########
core/camel-main/src/main/java/org/apache/camel/main/HttpServerConfigurationProperties.java:
##########
@@ -59,8 +59,12 @@ public class HttpServerConfigurationProperties implements
BootstrapCloseable {
@Metadata(label = "security")
private String basicPropertiesFile;
@Metadata(label = "security")
+ private String jwtAudience;
+ @Metadata(label = "security")
private String jwtKeystoreType;
@Metadata(label = "security")
Review Comment:
Addressed!
--
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]