You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/21 07:24:12 UTC

[GitHub] [camel] davsclaus commented on a change in pull request #4643: [CAMEL-15872] JWT Authorization Type Configuration Option to GraphQL Component

davsclaus commented on a change in pull request #4643:
URL: https://github.com/apache/camel/pull/4643#discussion_r528117335



##########
File path: components/camel-graphql/src/main/java/org/apache/camel/component/graphql/GraphqlEndpoint.java
##########
@@ -65,6 +65,8 @@
     @UriParam(label = "security", secret = true)
     private String password;
     @UriParam
+    private String jwtAuthorizationType;

Review comment:
       Can you set label = "security", and default = "Bearer" in the uri param annotation




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org