Use text/template instead of html/template for ACL template policy generation

pull/21303/head
Nathan Coleman 2024-06-11 11:57:43 -04:00
parent 7ac9b1f985
commit fa396d0bed
1 changed files with 1 additions and 1 deletions

View File

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