mirror of
https://github.com/minio/minio.git
synced 2024-12-23 21:55:53 -05:00
Honor global root CAs for kafka audit tls (#17481)
honor global root CAs for kafka audit tls
This commit is contained in:
parent
7605d07bb2
commit
b94ab07c2f
@ -616,6 +616,9 @@ func applyDynamicConfigForSubSys(ctx context.Context, objAPI ObjectLayer, s conf
|
||||
}
|
||||
for n, l := range loggerCfg.AuditKafka {
|
||||
if l.Enabled {
|
||||
if l.TLS.Enable {
|
||||
l.TLS.RootCAs = globalRootCAs
|
||||
}
|
||||
l.LogOnce = logger.LogOnceIf
|
||||
loggerCfg.AuditKafka[n] = l
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user