seaweedfs/weed
Chris Lu dbabdd418e add unhandled request auth type
fix

2020-02-18 11:43:57.396699 I | http: panic serving 172.28.0.43:50658: runtime error: invalid memory address or nil pointer dereference
goroutine 595 [running]:
net/http.(*conn).serve.func1(0xc0001fe3c0)
    /usr/lib/go/src/net/http/server.go:1767 +0x13b
panic(0x55c4e35f3820, 0x55c4e48b3c40)
    /usr/lib/go/src/runtime/panic.go:679 +0x1b6
github.com/chrislusf/seaweedfs/weed/s3api.(*IdentityAccessManagement).authRequest(0xc0004b84e0, 0xc000115900, 0xc0000bb650, 0x1, 0x1, 0x55c4e399d740)
    /go/src/github.com/chrislusf/seaweedfs/weed/s3api/auth_credentials.go:143 +0x11c
github.com/chrislusf/seaweedfs/weed/s3api.(*IdentityAccessManagement).Auth.func1(0x55c4e3994c40, 0xc0007808c0, 0xc000115900)
    /go/src/github.com/chrislusf/seaweedfs/weed/s3api/auth_credentials.go:111 +0x5e
net/http.HandlerFunc.ServeHTTP(0xc0004b87e0, 0x55c4e3994c40, 0xc0007808c0, 0xc000115900)
    /usr/lib/go/src/net/http/server.go:2007 +0x46
github.com/gorilla/mux.(*Router).ServeHTTP(0xc0004ba000, 0x55c4e3994c40, 0xc0007808c0, 0xc000115700)
    /root/go/pkg/mod/github.com/gorilla/mux@v1.7.3/mux.go:212 +0xe4
net/http.serverHandler.ServeHTTP(0xc00011e0e0, 0x55c4e3994c40, 0xc0007808c0, 0xc000115700)
    /usr/lib/go/src/net/http/server.go:2802 +0xa6
net/http.(*conn).serve(0xc0001fe3c0, 0x55c4e399d680, 0xc000894180)
    /usr/lib/go/src/net/http/server.go:1890 +0x877
created by net/http.(*Server).Serve
    /usr/lib/go/src/net/http/server.go:2927 +0x390
2020-02-18 09:16:04 -08:00
..
command Merge pull request #1200 from chrislusf/add_s3_acl 2020-02-17 12:53:30 -08:00
filer2 filer: recursively batch delete file chunks 2020-02-11 22:54:10 -08:00
filesys support env variables to overwrite toml file 2020-01-29 09:09:55 -08:00
glog change log_dir flag to logdir 2019-01-10 17:17:32 +08:00
images Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
notification support env variables to overwrite toml file 2020-01-29 09:09:55 -08:00
operation Revert "HEAD operation changes to fasthttp" 2020-02-10 13:43:53 -08:00
pb Merge pull request #1200 from chrislusf/add_s3_acl 2020-02-17 12:53:30 -08:00
query go fmt 2019-10-09 00:03:18 -07:00
replication support env variables to overwrite toml file 2020-01-29 09:09:55 -08:00
s3api add unhandled request auth type 2020-02-18 09:16:04 -08:00
security support env variables to overwrite toml file 2020-01-29 09:09:55 -08:00
sequence delete the var etcdClient and comments 2019-11-05 15:45:25 +08:00
server volume: add grpc file read operation 2020-02-14 00:37:32 -08:00
shell shell: add volume.configure.replication to change replication for a volume 2020-02-02 15:37:23 -08:00
static embed static resources via statik 2018-10-07 21:42:57 -07:00
statik embed static resources via statik 2018-10-07 21:42:57 -07:00
stats Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
storage make loadExistingVolume() return bool 2020-02-13 15:19:00 +08:00
topology master: add configurable volume growth toml setting 2020-02-03 18:15:16 -08:00
util 1.56 2020-02-17 12:54:45 -08:00
wdclient use the same context object in order to retry 2020-01-26 14:42:11 -08:00
weed.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00