Skip to content

Commit

Permalink
feat:Prevent Logging of Sensitive info in Plain Text
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpruthi committed Sep 18, 2024
1 parent 3869c54 commit 675e146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/wandb/spec/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ func (s *Spec) SensitiveValuesMasked() *Spec {
var sensitiveKeys = map[string]bool{
"secret": true,
"accessKey": true,
"license": true,
"password": true,
}

func maskValues(values map[string]interface{}) map[string]interface{} {
Expand Down

0 comments on commit 675e146

Please sign in to comment.