Start up a new machine auth provider in the storage service

This commit is contained in:
Ishank Arora
2021-10-18 09:54:22 +02:00
parent 518e8747b2
commit 35905f4a09
7 changed files with 237 additions and 30 deletions
+1
View File
@@ -105,6 +105,7 @@ func NewService(options ...Option) (*Service, error) {
s.ServicesRegistry["storage-groupprovider"] = storage.NewGroupProvider
s.ServicesRegistry["storage-authbasic"] = storage.NewAuthBasic
s.ServicesRegistry["storage-authbearer"] = storage.NewAuthBearer
s.ServicesRegistry["storage-authmachine"] = storage.NewAuthMachine
s.ServicesRegistry["storage-home"] = storage.NewStorageHome
s.ServicesRegistry["storage-users"] = storage.NewStorageUsers
s.ServicesRegistry["storage-public-link"] = storage.NewStoragePublicLink