davsclaus commented on code in PR #23389:
URL: https://github.com/apache/camel/pull/23389#discussion_r3276961671
##########
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:
Nit: `jwtAudience` and `jwtIssuer` are interleaved with the keystore fields
(`jwtKeystoreType` sits between them). Consider grouping the two new fields
together — e.g. `jwtAudience`, `jwtIssuer`, then the keystore trio — for better
readability.
--
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]