We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70c5e7 commit a9b3946Copy full SHA for a9b3946
cilium/bpf_metadata.cc
@@ -465,7 +465,8 @@ Config::extractSocketMetadata(Network::ConnectionSocket& socket) {
465
466
// Enforce Ingress policy?
467
if (enforce_policy_on_l7lb_) {
468
- ingress_source_identity = source_identity;
+ ingress_source_identity =
469
+ l7lb_policy_name_.empty() ? source_identity : policy->getEndpointID();
470
ingress_policy_name =
471
l7lb_policy_name_.empty() ? ingress_ip->addressAsString() : l7lb_policy_name_;
472
}
0 commit comments