Skip to content

Get certificate from Key Vault in kubernetes.io/tls secret type #821

@antoineozenne-at-leocare

Description

Is it possible to get a certificate from Key Vault in a kubernetes.io/tls secret type? For now, I have a PFX certificate in a Key Vault. When I reference it in the AzureAppConfigurationProvider resource, I get it in a Opaque secret type, in a binary format (base64 encoded). I would like to get my certificate in a kubernetes.io/tls secret type (in a PEM format) to be able to use it with ingress-nginx for example.

This way, I could replace all my SecretProviderClass resources by only one AzureAppConfigurationProvider to get all my configuration (configuration and secrets), for each of my applications. I find that AzureAppConfigurationProvider is more comfortable and easy to use than SecretProviderClass.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

Status

Generally Available (Done)

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions