-
Notifications
You must be signed in to change notification settings - Fork 197
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
Full support of aws-secret-manager #6953
Full support of aws-secret-manager #6953
Conversation
46100c6
to
16fa3de
Compare
525f7d8
to
9420598
Compare
integration-test-groups/aws2/aws-secrets-manager/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
9420598
to
0f43f72
Compare
Tests failed:
|
I'll check that |
That is my fault, I changed something in aws-test-support, let me fix it |
0f43f72
to
410fb3b
Compare
I missed some hardcoded aws2-*. It is fixed now. |
410fb3b
to
24e8142
Compare
...ava/org/apache/camel/quarkus/component/aws/secrets/manager/it/AwsSecretsManagerResource.java
Outdated
Show resolved
Hide resolved
...st/java/org/apache/camel/quarkus/component/aws/secrets/manager/it/AwsSecretsManagerTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few nitpicks, looks good beyound.
Maybe there is need for more coverage like auto reload in other prs.
24e8142
to
ccccbeb
Compare
Do you mean a use case with context reload? it is covered by different test class, which already exists (see https://github.com/apache/camel-quarkus/blob/main/integration-tests-jvm/aws-secrets-manager/src/test/java/org/apache/camel/quarkus/component/aws/secrets/manager/it/CamelContextRefreshOnSecretRefreshTest.java) |
failure in saga example seems to be unrelated |
Yes, more generally the question is whether all features mentioned in the camel documentation are covered with tests ;) |
That is a valid question, I'm currently adding test coverage into azure-key-vault and I noticed feature related to context refresh, which might not be covered fully in aws. I'm switching to draft and wI'll revisit this PR again once azure one is done. |
@JiriOndrusek This great pr already add a lot of value. Follow ups could be other prs. WDYT ? |
That's right. Let's merge this one and if anything is missing (which I'm not sure at the moment, as I discovered that the feature I thought about is covered), a new PR can be added. |
fixes #6673, #6952
Aws-secret-manager native profile is added.
Tests are moved into
aws2-groupped
module.Test coverage is extended to cover credentialsProvider and missing headers.