Skip to content
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

Monitor AuthorizationPolicy status and alert if rules we request are not accepted #31

Open
ca-scribner opened this issue Nov 19, 2024 · 0 comments

Comments

@ca-scribner
Copy link
Contributor

Enhancement Proposal

Istio has added more detailed status to their Authorization Policies, as designed here. An example is:

Status:                                                  
  Conditions:                                            
    Last Transition Time:  2024-11-19T18:26:18.807648792Z
    Message:               attached to ztunnel           
    Reason:                Accepted                      
    Status:                True                          
    Type:                  ZtunnelAccepted               

When an AuthorizationPolicy is misconfigured (for example, its target does not exist), the Status Conditions will reflect that.

We should inspect these statuses to assess whether our policy configuration is ready. For example, we could do that on update-status or after any policy changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant