open-consul/agent/consul/authmethod/testauth/testing_oss.go
Mark Anderson ed3e42296d Fixup acl.EnterpriseMeta
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2022-04-05 15:11:49 -07:00

13 lines
244 B
Go

//go:build !consulent
// +build !consulent
package testauth
import "github.com/hashicorp/consul/acl"
type enterpriseConfig struct{}
func (v *Validator) testAuthEntMetaFromFields(fields map[string]string) *acl.EnterpriseMeta {
return nil
}