Open
Description
Gloo Edge Product
Enterprise
Gloo Edge Version
v1.17.x
Is your feature request related to a problem? Please describe.
Gloo reads all configmaps and secrets in case they are needed for gloo configuration like API Keys. This is really expensive in large environments on gloo because its reading in a lot of extra unneeded information. It would be nice to have Gloo only read CMs and secrets that have a specific gloo label.
Describe the solution you'd like
Add the ability to filter configmap and secrets that are read by gloo using a gloo defined label.
Describe alternatives you've considered
watchNamespaces can be used to filter to a certain extent but doesnt work at large scale with 100s of namespaces where developers could be adding their own secrets.
Additional Context
No response
Activity