-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
good first issueGood for newcomersGood for newcomerskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Is your feature request related to a problem? Please describe.
Currently, we don't have any validations on the ExternalSecretDataFromRemoteRef, but while reading the source code I noticed there are several pre-conditions we need to meet:
- We should set either Find, Exact, or SourceRef & SourceRef.GeneratorRef.
- We should set SourceRef.GeneratorRef if we want to use SourceRef.
Describe the solution you'd like
Those conditions are not validated properly right now, so it would be better if we add validations here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.