-
Notifications
You must be signed in to change notification settings - Fork 335
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
feat(kuma-cp): implement MeshTrafficPermisson for ExternalServices with ZoneEgress #7061
feat(kuma-cp): implement MeshTrafficPermisson for ExternalServices with ZoneEgress #7061
Conversation
Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
pkg/plugins/policies/meshtrafficpermission/plugin/v1alpha1/plugin.go
Outdated
Show resolved
Hide resolved
pkg/plugins/policies/meshtrafficpermission/plugin/v1alpha1/plugin.go
Outdated
Show resolved
Hide resolved
I don't get it, isn't this implementing MeshTrafficPermission for ExternalService (assuming ZoneEgress of course, which I believe is meant to become required)? Isn't that the feature here? |
It's more support for ZoneEgress with ExternalService than ExternalService support. If I understand correctly |
Yeah I know it requires ZoneEgress it's just that for a user the feature is "you can use MeshTrafficPermission with ExternalServices". I mean you |
Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
Speaking of this, have you had a chance to check MeshTrafficPermission with ZoneEgress when there are no TrafficPermissions? We have the issue #6589, but I'm not sure if it affects deployments with ZoneEgress |
We are testing if traffic is blocked without TrafficPermission so I feel like that issue is still relevant. |
Right, I just wanted to make sure the issue doesn't affect the case with ZoneEgress |
Checklist prior to review
syscall.Mkfifo
have equivalent implementation on the other OS --UPGRADE.md
? --> Changelog:
entry here or add aci/
label to run fewer/more tests?