camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

Azure Key Vault Trait: Support Azure Identity as authentication method

Open oscerd opened this issue 1 year ago • 1 comments

Requirement

This is a request coming from:https://camel.zulipchat.com/#narrow/stream/257299-camel-k/topic/Azure.20KeyVault.20Authentication.20Using.20Managed.20Identity

Problem

At this stage we are not supporting the Managed Identity, this means we are not supporting the DefaultAzureCredential chain: https://learn.microsoft.com/en-us/java/api/overview/azure/identity-readme?view=azure-java-stable#defaultazurecredential

Proposal

Through CAMEL-20220 I added the support for this, but it will be in 4.4.0, so this feature request is a placeholder for the moment when 4.4.0 will be released and camel-k will switch.

Open questions

No response

oscerd avatar Dec 12 '23 13:12 oscerd

We are about to release Camel 4.4.0, so I guess I can start to add the support for this in the trait.

oscerd avatar Feb 13 '24 08:02 oscerd

Completed by #5244

squakez avatar Mar 15 '24 14:03 squakez