Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/seaweedfs/seaweedfs
/ LoadSecurityConfiguration
Function
LoadSecurityConfiguration
weed/util/config.go:35–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
LoadSecurityConfiguration() {
36
loadSecurityConfigOnce.Do(
func
() {
37
LoadConfiguration(
"security"
, false)
38
})
39
}
40
41
func
LoadConfiguration(configFileName string, required bool) (loaded bool) {
42
Callers
15
main
Function · 0.92
main
Function · 0.92
main
Function · 0.92
runFiler
Function · 0.92
runFilerMetaBackup
Function · 0.92
runWebDav
Function · 0.92
runBackup
Function · 0.92
runServer
Function · 0.92
runBenchmark
Function · 0.92
RunMount
Function · 0.92
runCopy
Function · 0.92
runFilerRemoteGateway
Function · 0.92
Calls
2
LoadConfiguration
Function · 0.70
Do
Method · 0.65
Tested by
no test coverage detected