Skip to content

Commit

Permalink
revert rename acl pol path in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Jul 16, 2024
1 parent 4ef66c1 commit 4f69b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/hsic/hsic.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type Option = func(c *HeadscaleInContainer)
func WithACLPolicy(acl *policy.ACLPolicy) Option {
return func(hsic *HeadscaleInContainer) {
// TODO(kradalby): Move somewhere appropriate
hsic.env["HEADSCALE_POLICY_PATH"] = aclPolicyPath
hsic.env["HEADSCALE_ACL_POLICY_PATH"] = aclPolicyPath

hsic.aclPolicy = acl
}
Expand Down

0 comments on commit 4f69b1a

Please sign in to comment.