2021-11-16 18:04:01 +00:00
|
|
|
//go:build !consulent
|
2020-01-14 15:09:29 +00:00
|
|
|
// +build !consulent
|
|
|
|
|
|
|
|
package testauth
|
|
|
|
|
|
|
|
import (
|
|
|
|
"github.com/hashicorp/consul/agent/structs"
|
|
|
|
)
|
|
|
|
|
|
|
|
type enterpriseConfig struct{}
|
|
|
|
|
|
|
|
func (v *Validator) testAuthEntMetaFromFields(fields map[string]string) *structs.EnterpriseMeta {
|
|
|
|
return nil
|
|
|
|
}
|