seaweedfs
seaweedfs copied to clipboard
[filer] guard.go:115 Not in whitelist: @
/etc/seaweedfs/security.toml config
[guard]
white_list = "127.0.0.1,192.168.0.1,192.168.0.2,192.168.0.3"
filer log
weed-filer[1552191]: I0804 13:01:11.514772 guard.go:115 Not in whitelist: @
filer do not support IP whitelist right now
added a fix https://github.com/seaweedfs/seaweedfs/pull/7101
@chrislusf It is a bad idea to trust the X-FORWARDED-FOR and X-Real-IP headers as this is a potential security hole. We suggest disabling this by default.
fixed in https://github.com/seaweedfs/seaweedfs/pull/7103