Re: [PR] fixes #6660: azure-key-vault refresh context coverage [camel-quarkus]

2025-02-06 Thread via GitHub
jamesnetherton merged PR #6972: URL: https://github.com/apache/camel-quarkus/pull/6972 -- 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. To unsubscribe, e-mail: commits-unsubscr.

Re: [PR] fixes #6660: azure-key-vault refresh context coverage [camel-quarkus]

2025-02-04 Thread via GitHub
JiriOndrusek commented on code in PR #6972: URL: https://github.com/apache/camel-quarkus/pull/6972#discussion_r1942350402 ## integration-test-groups/azure/azure-resources.sh: ## @@ -103,7 +110,8 @@ function createResources() { echo 'export AZURE_CLIENT_SECRET="'${AZURE_CLIE

Re: [PR] fixes #6660: azure-key-vault refresh context coverage [camel-quarkus]

2025-02-04 Thread via GitHub
JiriOndrusek commented on code in PR #6972: URL: https://github.com/apache/camel-quarkus/pull/6972#discussion_r1942353527 ## integration-test-groups/azure/azure-resources.sh: ## @@ -103,7 +110,8 @@ function createResources() { echo 'export AZURE_CLIENT_SECRET="'${AZURE_CLIE

Re: [PR] fixes #6660: azure-key-vault refresh context coverage [camel-quarkus]

2025-02-04 Thread via GitHub
jamesnetherton commented on code in PR #6972: URL: https://github.com/apache/camel-quarkus/pull/6972#discussion_r1941283253 ## integration-test-groups/azure/azure-resources.sh: ## @@ -103,7 +110,8 @@ function createResources() { echo 'export AZURE_CLIENT_SECRET="'${AZURE_CL

[PR] fixes #6660: azure-key-vault refresh context coverage [camel-quarkus]

2025-02-04 Thread via GitHub
JiriOndrusek opened a new pull request, #6972: URL: https://github.com/apache/camel-quarkus/pull/6972 fixes https://github.com/apache/camel-quarkus/issues/6660 Added coverage for: - context reload - used Azure.AZURE_IDENTITY -- This is an automated message from the Apa