Tapio Piironen created CAMEL-15872:
--------------------------------------
Summary: Make it possible to change Authorization -header
JWT-token type
Key: CAMEL-15872
URL: https://issues.apache.org/jira/browse/CAMEL-15872
Project: Camel
Issue Type: Wish
Components: camel-graphql
Affects Versions: 3.6.0, 3.4.3
Environment: NA
Reporter: Tapio Piironen
In camel-graphql Authorization header is hard coded to be Bearer -type:
[https://github.com/apache/camel/blob/aab1568195d9570233c0152f40efc8a6d57e64b2/components/camel-graphql/src/main/java/org/apache/camel/component/graphql/GraphqlEndpoint.java#L114]
Can you implement possibility to change it to Application with some
configuration option? In our graphql servers the JWT token is Authorization:
Application TOKEN_HERE
--
This message was sent by Atlassian Jira
(v8.3.4#803005)