-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enabling model-on-mesh
blocks traffic from kubernetes
to the model's operator
#39
Comments
Provide more details here. To reproduce:
Watch the logs of the
There are not any AuthorizationPolicy resources exist in all namespaces:
The
The naive resolution is to apply an "allow all" Authorization Policy, and everything goes OK:
However, this resolution is not acceptable for real-world cases. |
Bug Description
@wood-push-melon reported that, after turning on the
model-on-mesh
config, he saw the following ztunnel logs:Specifically, we see "connection closed due to policy rejection" so I think that means reproduction requires us to have a policy bound at ztunnel to the model operator (maybe there was a global allow-nothing policy in place in @wood-push-melon's env?)
Not sure what communication that would be or whether it is important. Could it be a health check? We'd need to investigate further to triage.
To Reproduce
Environment
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: