Replies: 1 comment 5 replies
-
This API could be potentially used in a security-sensitive setting. And in these settings, There could be other reasons that I can't seem to recall anymore. Maybe @robscott ? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a controller which can start with a predefined list of namespaces by name which are the namespaces that controllers will support for routing operations. These namespaces have historically not been labeled, but instead simply referenced by name. In the Gateway implementation for this controller I'm considering how to define the
FromNamespaces
as labels are problematic for a variety of reasons, and I was considering this:I would appreciate feedback on this, whether that be support for it or alternative suggestions.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions