mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
fix(autonode): Fix code scanning alert - Clear-text logging of sensitive information
close:#2434 Signed-off-by: leonrayang <chl696@sina.com>
This commit is contained in:
parent
16d6d47e20
commit
a45e203ffb
@ -373,7 +373,6 @@ func accessAuthServer() {
|
||||
if res, err = resp.KeyInfo.DumpJSONStr(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
fmt.Printf(res + "\n")
|
||||
}
|
||||
|
||||
case AddRaftNode:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user