RedHatInsights/insights-core

Redation causes false positive

Closed this issue · 1 comments

The ssl.conf file contains this line:

SSLCertificateKeyFile /etc/pki/tls/private/linux.dts.star.oakland.edu.key.pem.withoutpassword

Redaction adds ******** under the line, which breaks the file format and leads the parser failure.

SSLCertificateKeyFile /etc/pki/tls/private/linux.dts.star.oakland.edu.key.pem.withoutpassword
********

The redaction should not work for this case.

Resolved by #4074 and then #4130