1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.
Find a file
FiX Kowalski 4de3d766c6
feat: support Azure KeyVault as provider (#5)
* Introduce the proposed CRD change before we code it

* Use clientId & tenantId as found in Azure native JSON rather than clientID & tenantID looking nore AWS-like.

* Native field name in Azure CLI is "vaultUri"

* Use `servicePrincipalSecretRef` instead of `secretRef` to open AZ KV
2021-02-26 19:21:27 +01:00
LICENSE Initial commit 2020-11-19 16:36:05 +01:00
README.md initial commit 2020-11-19 16:36:05 +01:00
Spec.md feat: support Azure KeyVault as provider (#5) 2021-02-26 19:21:27 +01:00

CRD Spec

This repository contains the specification of the external-secrets CRD.

Find the Spec here. For the history of it see #47 and #477.