Skip to content

Commit

Permalink
Add X-SF-Token header to the configuration masked keys (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Mar 7, 2024
1 parent 10feca3 commit ff1654c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/configconverter/config_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ func shouldRedactKey(k string) bool {
"pwd",
"token",
"user",
"X-SF-Token",
}

for _, fragment := range fragments {
Expand Down

0 comments on commit ff1654c

Please sign in to comment.