-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement PolicyAffected Status for ClientSettingsPolicy and ObservabilityPolicy #1761
Comments
This also needs to work for the ObservabilityPolicy. Ideally our policy logic is general enough that it will apply everywhere. |
Confirming that we need to add another field letting us know if Also, when a |
@sjberman @salonichf5 we may want to wait to implement this. There could be changes to how policies are stored on the graph once we fix #2105 and #2079, which could affect how we build the PolicyAffected statuses. |
@mpstefan can we move this up in priority? This is an important tool for troubleshooting policies. It let's the app dev know when their route is affected by a policy applied at the gateway level. |
As an HTTPRoute or Gateway owner
I want to know when my object is affected by a ClientSettingsPolicy
So that I know that the policy has taken effect.
Acceptance
gateway.nginx.org/ClientSettingsPolicyAffected
gateway.nginx.org/ClientSettingsPolicyAffected
should exist.ClientSettingsPolicy
affecting that object is removed, the Condition should be removed.ClientSettingsPolicy
.The text was updated successfully, but these errors were encountered: