consul/acl
sarahalsmiller 32ce33825d
[Security] Secvuln 8633 Consul configuration allowed repeated keys (#21908)
* upgrade hcl package and account for possiblity of duplicates existing already in the cache

* upgrade to new tag

* add defensive line to prevent potential forever loop

* o mod tidy and changelog

* Update acl/policy.go

* fix raft reversion

* go mod tidy

* fix test

* remove duplicate key in test

* remove duplicates from test cases

* clean up

* go mod tidy

* go mod tidy

* pull in new hcl tag
2024-11-14 09:57:08 -06:00
..
resolver
MockAuthorizer.go
acl.go [Security] Secvuln 8633 Consul configuration allowed repeated keys (#21908) 2024-11-14 09:57:08 -06:00
acl_ce.go
acl_test.go
authorizer.go
authorizer_ce.go
authorizer_test.go
chained_authorizer.go
chained_authorizer_test.go
enterprisemeta_ce.go
errors.go
errors_ce.go
errors_test.go
policy.go [Security] Secvuln 8633 Consul configuration allowed repeated keys (#21908) 2024-11-14 09:57:08 -06:00
policy_authorizer.go
policy_authorizer_ce.go
policy_authorizer_test.go
policy_ce.go [Security] Secvuln 8633 Consul configuration allowed repeated keys (#21908) 2024-11-14 09:57:08 -06:00
policy_merger.go
policy_merger_ce.go
policy_test.go [Security] Secvuln 8633 Consul configuration allowed repeated keys (#21908) 2024-11-14 09:57:08 -06:00
static_authorizer.go
static_authorizer_test.go
testing.go
validation.go
validation_test.go