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.6.x (#4402)

test: fix deprecated v2 test while still enabled

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
  • Loading branch information
hc-github-team-consul-core and zalimeni authored Oct 18, 2024
1 parent b79adc9 commit 5009272
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 @@ -282,7 +282,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: "builtin/workload-identity", // TODO: remove w/ v2 code
BindVars: &api.ACLTemplatedPolicyVariables{
Name: "${serviceaccount.name}",
},
Expand Down

0 comments on commit 5009272

Please sign in to comment.