Browse Source

Use text/template instead of html/template for ACL template policy generation (#21303)

pull/21307/head
Nathan Coleman 5 months ago committed by GitHub
parent
commit
04d95d2eda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      agent/structs/acl_templated_policy.go

2
agent/structs/acl_templated_policy.go

@ -9,7 +9,7 @@ import (
"fmt"
"hash"
"hash/fnv"
"html/template"
"text/template"
"github.com/hashicorp/go-multierror"
"github.com/xeipuuv/gojsonschema"

Loading…
Cancel
Save