-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kafkaconnector.https.CamelHttpsSinkConnector oauth2 scope is missing #1647
Comments
The exposed parameters are the ones from Http kamelet and there is no oauth support exposed |
I created this on Kamelets catalog side: apache/camel-kamelets#2062 |
It should be added here below right to support? |
No, you need to add the parameter here: https://github.com/apache/camel/blob/main/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpConfiguration.java#L41, but first we need to create an issue in Camel JIRA https://issues.apache.org/jira/browse/CAMEL cc @davsclaus |
This comes in Camel 4.7 onwards |
This will be in Camel-Kamelets 4.8.0 |
i am using https.CamelHttpsSinkConnector sink connector with Oauth2 Client and i see scope is not exists on the code in order to use oauth2TokenEndpoint /oauth2/v2.0/token from azure. below is the config where i need oauth2Scope to be defined.
The text was updated successfully, but these errors were encountered: