This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit aa94a94877fe5d476adbee7899adf64dc814e516 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 13 18:20:32 2023 +0100 feature(#3903): Support secret refresh through the existing addons - Azure Key Vault - Validate Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- addons/vault/azure/azure_key_vault.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/vault/azure/azure_key_vault.go b/addons/vault/azure/azure_key_vault.go index 429858c0b..cb383dbc3 100644 --- a/addons/vault/azure/azure_key_vault.go +++ b/addons/vault/azure/azure_key_vault.go @@ -18,12 +18,13 @@ limitations under the License. package azure import ( + "strconv" + v1 "github.com/apache/camel-k/pkg/apis/camel/v1" traitv1 "github.com/apache/camel-k/pkg/apis/camel/v1/trait" "github.com/apache/camel-k/pkg/trait" "github.com/apache/camel-k/pkg/util" "k8s.io/utils/pointer" - "strconv" ) // The Azure Key Vault trait can be used to use secrets from Azure Key Vault service