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/pkg
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
..
cache feat: make cache generic, refactor feature flags (#1640) 2023-01-19 17:25:47 +01:00
constants fix: do not iterate on the raw response value (#2801) 2023-10-24 12:13:11 +02:00
controllers fix: remove sourceRef.generatorRef from .data[] (#2735) 2023-11-02 14:37:59 +01:00
feature feat: make cache generic, refactor feature flags (#1640) 2023-01-19 17:25:47 +01:00
find feature: aws getallsecrets (#820) 2022-03-24 17:09:32 +01:00
generator chore: bump dependencies (#2568) 2023-08-02 21:42:03 +02:00
metrics Creating constants file (#2291) 2023-05-15 17:22:18 +02:00
provider feat: Oracle provider service account masquerade (#2817) 2023-11-02 08:34:18 +01:00
template add directive to apply template on secret names (#2802) 2023-10-25 13:45:38 +02:00
utils add directive to apply template on secret names (#2802) 2023-10-25 13:45:38 +02:00