gbhavya07 commented on code in PR #24668:
URL: https://github.com/apache/camel/pull/24668#discussion_r3573871973


##########
components/camel-ai/camel-openai/src/main/java/org/apache/camel/component/openai/OpenAIConfiguration.java:
##########
@@ -240,7 +240,7 @@ public class OpenAIConfiguration implements Cloneable {
     @Metadata(description = "The algorithm used by the trust manager factory 
for SSL connections")
     private String sslTrustmanagerAlgorithm = "PKIX";
 
-    @UriParam(label = "security", defaultValue = "https")
+    @UriParam(label = "security", defaultValue = "https", security = 
"insecure:ssl")

Review Comment:
   Thanks for the review. I've regenerated the missing catalog artifacts after 
completing the full catalog build. The PR now includes the generated 
SecurityUtils.java entry and the catalog openai.json update. I left 
insecureValue unchanged since this appears to be a broader existing behavior 
(e.g. strictHostKeyChecking) rather than something specific to this component.



-- 
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]

Reply via email to