mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
8f0ab0129e
Ensure we close the Sentinel Evaluator so as not to leak go routines Fix a bunch of test logging so that various warnings when starting a test agent go to the ltest logger and not straight to stdout. Various canned ent meta types always return a valid pointer (no more nils). This allows us to blindly deref + assign in various places. Update ACL index tracking to ensure oss -> ent upgrades will work as expected. Update ent meta parsing to include function to disallow wildcarding.
9 lines
139 B
Go
9 lines
139 B
Go
// +build !consulent
|
|
|
|
package acl
|
|
|
|
// EnterpriseACLConfig stub
|
|
type EnterpriseACLConfig struct{}
|
|
|
|
func (_ *EnterpriseACLConfig) Close() {}
|