add filer to iam option

This commit is contained in:
chrislu 2022-01-15 03:37:52 -08:00
parent b17c426e99
commit 2bfeb5d1c8

View File

@ -208,6 +208,7 @@ func runServer(cmd *Command, args []string) bool {
filerAddress := string(pb.NewServerAddress(*serverIp, *filerOptions.port, *filerOptions.portGrpc))
s3Options.filer = &filerAddress
iamOptions.filer = &filerAddress
webdavOptions.filer = &filerAddress
msgBrokerOptions.filer = &filerAddress