Skip to content

Commit

Permalink
Test fix for [NET-11043] crd: support request normalization and heade…
Browse files Browse the repository at this point in the history
…r match options to prevent L7 intentions bypass in release/1.4.x (#4403)

test: fix deprecated v2 test while still enabled

Co-authored-by: Michael Zalimeni <[email protected]>
  • Loading branch information
hc-github-team-consul-core and zalimeni authored Oct 18, 2024
1 parent 48090ca commit 2c333c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/helper/test/test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func SetupK8sAuthMethodWithNamespaces(t *testing.T, consulClient *api.Client, se
Description: "Kubernetes binding rule",
AuthMethod: AuthMethod,
BindType: api.BindingRuleBindTypeTemplatedPolicy,
BindName: "", //api.ACLTemplatedPolicyWorkloadIdentityName, TODO: remove w/ v2 code
BindName: api.ACLTemplatedPolicyWorkloadIdentityName,
BindVars: &api.ACLTemplatedPolicyVariables{
Name: "${serviceaccount.name}",
},
Expand Down

0 comments on commit 2c333c4

Please sign in to comment.