Allow ClientSettingsPolicy to reference gateways in a different namespace? #2173
evanjarrett
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hey @evanjarrett I know the Gateway spec includes this field, but could you tell us a bit more about your use case? Why wouldn't you include the ClientSettingsPolicy that is applied to the Gateway in the same namespace as the Gateway? Is there a specific need to go across namespaces around access control or something similar? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current CRD for ClientSettingsPolicy uses a LocalPolicyTargetRef. I'd like to request implementing this as a NamespacedPolicyTargetReference.
I have my gateway deployed in a separate namespace to the rest of NGF. I'd like to be able to deploy a ClientSettingsPolicy in the NGF namespace, but reference a gateway in a separate namespace.
Beta Was this translation helpful? Give feedback.
All reactions