1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Kellin McAvoy
8361f6d055 Move crd spec to directory 2021-04-28 10:33:09 -05:00
Moritz Johner
d5ab9d7b3e
chore: refactor aws store spec (#7) 2021-03-23 17:38:31 +01:00
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
Kellin McAvoy
64efdffd72 standardize condition and remove phase 2020-12-22 11:43:53 -05:00
Moritz Johner
62608c9fa8 fix: root providers under a provider field
This is needed for easy-to-use CR validation, see external-secrets/external-secrets#9
2020-12-09 08:31:29 +01:00
Jonatas Baldin
109e9a7e68 Change CRD subdomain from external-secerets.x-k8s.io to external-secrets.io 2020-11-30 13:18:58 +01:00
Jonatas Baldin
2f843755d3 Remove KES term. Whenever we need to relate to the Operator itself, we will use the term External Secrets Operator (ESO) 2020-11-30 13:09:24 +01:00
Jonatas Baldin
5a85bae954 Sync CRD spec with bootstrap project 2020-11-24 11:35:53 +01:00
Moritz Johner
94a833ac65 fix: rename store to provider 2020-11-19 16:36:05 +01:00
Moritz Johner
2f74887cc6 initial commit
via external-secrets/kubernetes-external-secrets#477

taken from: 03f82b116f

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2020-11-19 16:36:05 +01:00