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/docs/api
Moritz Johner 9ff86eab51
fix: remove sourceRef.generatorRef from .data[] (#2735)
fix: deprecate sourceRef.generatorRef from .data[]

A generator is supposed to be used via .dataFrom[]. Usage in .data[]
is not implemented and doesn't make sense, see #2720.

This commit splits the SourceRef into two types:
- one that only defines a secretStoreRef
- one that allows to define either secretStoreRef or generatorRef

The former is used in .data[] and the latter is used in .dataFrom[].

The Deprecated field is going to be removed with v1.

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2023-11-02 14:37:59 +01:00
..
generator Added examples for all the Generators in the docs. Fixes #2260 (#2261) 2023-04-26 17:00:14 -03:00
clusterexternalsecret.md Feature: initial generator implementation + Github Actions OIDC/AWS (#1539) 2022-10-29 20:15:50 +02:00
clustersecretstore.md Feature: initial generator implementation + Github Actions OIDC/AWS (#1539) 2022-10-29 20:15:50 +02:00
components.md feat: add ESO threat model (#2308) 2023-06-12 13:07:36 +02:00
controller-options.md feat: add e2e tests for aws role-based auth (#2376) 2023-06-12 12:58:29 +02:00
externalsecret.md Fixed broken link (#1992) 2023-02-07 11:35:25 -03:00
metrics.md Remove unused values from helm chart (#2470) 2023-07-06 07:57:39 +02:00
pushsecret.md Updated docum of PushSecret (#2391) 2023-10-11 21:20:50 +02:00
secretstore.md fix: SecretStore link (#1773) 2022-12-03 09:44:45 +01:00
spec.md fix: remove sourceRef.generatorRef from .data[] (#2735) 2023-11-02 14:37:59 +01:00