func authAndStore(logger log.Modular, stats metrics.Aggregator) (acl.Authenticator, store.Type) { return &acl.Anarchy{AllowCreate: true}, store.NewMemory() }
func authAndStore(logger log.Modular, stats metrics.Aggregator) (acl.Authenticator, store.Type) { return acl.NewAnarchy(true), store.NewMemory() }