Skip to content

Commit

Permalink
Backport of Use text/template instead of html/template for ACL templa…
Browse files Browse the repository at this point in the history
…te policy generation into release/1.18.x (#21305)

backport of commit fa396d0

Co-authored-by: Nathan Coleman <[email protected]>
  • Loading branch information
1 parent 8cb2e62 commit ab888c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/structs/acl_templated_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"hash"
"hash/fnv"
"html/template"
"text/template"

"github.com/hashicorp/go-multierror"
"github.com/xeipuuv/gojsonschema"
Expand Down

0 comments on commit ab888c3

Please sign in to comment.