Bug 2080062

Summary: [REBASE] Rebase rsyslog to 8.2108.0 or higher for streamDriver.CAFile
Product: Red Hat Enterprise Linux 9 Reporter: Pat Riehecky <riehecky>
Component: rsyslogAssignee: Attila Lakatos <alakatos>
Status: CLOSED MIGRATED QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: CentOS StreamCC: bstinson, dapospis, jwboyer, rsroka
Target Milestone: rcKeywords: MigratedToJIRA, Rebase, Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-08-01 11:44:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pat Riehecky 2022-04-28 21:43:22 UTC
Description of problem:

Rsyslog 8.2108.0 introduced a setting `streamDriver.CAFile` which allows setting a CA for a specific connection.  This drastically cleans up streams using TLS.

Without this, you are required to set the global default ca which is inherited by everyone

Version-Release number of selected component (if applicable):rsyslog-8.2102.0-104.el9.x86_64


How reproducible: 100%


Steps to Reproduce:
1. Try to use streamDriver.CAFile
2.
3.

Actual results:
version of rsyslog is too old

Expected results:
Able to set the CA on the stream I'm telling to encrypt.

Additional info:

Comment 1 Attila Lakatos 2022-04-29 05:53:04 UTC
Hello,

I agree that the mentioned enhancements are quite useful, especially when separate ca files are needed for different inputs/actions.

Thanks for the report.