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

This commit is contained in:
Nathan Coleman 2024-06-11 11:35:41 -05:00 committed by GitHub
parent 7ac9b1f985
commit 04d95d2eda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"