Skip to content

Commit 6526159

Browse files
xingzhang-suseBinX-Suse
authored andcommitted
NVSHAS-9787: Remove unnecessary manager log
1 parent 0391f42 commit 6526159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/src/main/scala/com/neu/core/ClientSslConfig.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ trait ClientSslConfig extends LazyLogging {
4444
context
4545
}
4646

47-
private final val SENSITIVE_HEADER = Set("X-Auth-Token", "Authorization")
47+
private final val SENSITIVE_HEADER = Set("X-R-Sess", "X-Auth-Token", "Authorization")
4848

4949
def sendReceiver(using
5050
system: ActorSystem,

0 commit comments

Comments
 (0)