Merge pull request #1615 from micro/disable-auth-client
Disable auth service client
This commit is contained in:
		| @@ -115,7 +115,7 @@ func (s *service) Init(opts ...Option) { | |||||||
| 		s.opts.Store.Init(store.Table(name)) | 		s.opts.Store.Init(store.Table(name)) | ||||||
|  |  | ||||||
| 		// Set the client for the micro clients | 		// Set the client for the micro clients | ||||||
| 		s.opts.Auth.Init(auth.WithClient(s.Client())) | 		// s.opts.Auth.Init(auth.WithClient(s.Client())) | ||||||
| 		s.opts.Runtime.Init(runtime.WithClient(s.Client())) | 		s.opts.Runtime.Init(runtime.WithClient(s.Client())) | ||||||
| 		s.opts.Store.Init(store.WithClient(s.Client())) | 		s.opts.Store.Init(store.WithClient(s.Client())) | ||||||
| 	}) | 	}) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user