mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 14:37:44 +01:00
donot log sensitive message to logs, fix #1949
This commit is contained in:
parent
afdbcc2b62
commit
ff9a64c631
@ -62,7 +62,7 @@ func (c *cfgStore) Read() (map[string]interface{}, error) {
|
||||
|
||||
str, ok := v.(string)
|
||||
if !ok {
|
||||
log.Warningf("%v is not string, skip decrypt", v)
|
||||
log.Warningf("the value of %s is not string, skip decrypt", key)
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user