-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
support for SelectableFields on CRDs #4810
Copy link
Copy link
Labels
kind/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.
From kubernetes version 1.30 it is possible to query crds by predefined selectable fields in the spec see kubernetes/enhancements#4359 so it would be nice if external-secrets provide this feature to be able to query secrets based on spec fields like:
spec.dataFrom.extract.key or spec.data.remoteRef.key
In this way it is easier for admins to search by remote secrets and create integrations.
Describe the solution you'd like
Add selectableFields to the CRDs.
Additional context
i'm working on an integration with ESO and right now i have to look for all the external secrets in the cluster and then go through all of the searching by these fields.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Type
Projects
Status
Done