-
Notifications
You must be signed in to change notification settings - Fork 5k
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
CAMEL-21875: add config for authorization headers #17494
CAMEL-21875: add config for authorization headers #17494
Conversation
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🤖 CI automation will test this PR automatically. 🐫 Apache Camel Committers, please review the following items:
|
/component-test camel-as2 Result ✅ The tests passed successfully |
🤖 The Apache Camel test robot will run the tests for you 👍 |
Updated the metadata on a couple of the new options, adding 'secret'. I need to commit the generated changes. |
|
/component-test camel-as2 Result ❌ The tests failed please check the logs |
🤖 The Apache Camel test robot will run the tests for you 👍 |
/component-test camel-as2 Result ❌ The tests failed please check the logs |
🤖 The Apache Camel test robot will run the tests for you 👍 |
/component-test camel-as2 Result ❌ The tests failed please check the logs |
🤖 The Apache Camel test robot will run the tests for you 👍 |
/component-test camel-as2 Result ❌ The tests failed please check the logs |
🤖 The Apache Camel test robot will run the tests for you 👍 |
The tests pass locally. I see in the logs |
LGTM - this is good to merge |
Can someone merge this PR? I don't have the option. |
Let's wait for 4.11.0 to be cut and then we'll merge for 4.12.0 |
/component-test camel-as2 Result ✅ The tests passed successfully |
🤖 The Apache Camel test robot will run the tests for you 👍 |
oh sorry its heavy rain today so sitting inside with the laptop. The 4.11.x has been tagged so I merged this, but it may be a bit to quick. |
Thanks for that Claus. |
Description
Add options allowing the addition of an
Authorization
header for Basic or Bearer authentication to client andasynchronous MDN requests.
Target
main
branch)Tracking
Apache Camel coding standards and style
mvn clean install -DskipTests
locally from root folder and I have committed all auto-generated changes.