mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Add rpc signature handler
This commit is contained in:
@@ -136,7 +136,7 @@ func startServer(conf minioConfig) *probe.Error {
|
||||
if err != nil {
|
||||
return err.Trace()
|
||||
}
|
||||
rpcServer, err := configureServerRPC(conf, getServerRPCHandler())
|
||||
rpcServer, err := configureServerRPC(conf, getServerRPCHandler(conf.Anonymous))
|
||||
|
||||
// start ticket master
|
||||
go startTM(minioAPI)
|
||||
|
||||
Reference in New Issue
Block a user