Actions
Bug #38110
closeduse lowercase FQDN in SSL CN comparison for pulpcore auth
Difficulty:
Triaged:
No
Description
By default we use lowercase FQDNs to a/ generate all certs b/ configure services
But sometimes people sneak in non-lowercase things in there (intentionally or not), which makes the comparison in our client certificate auth fail.
Ensure that we always downcase the FQDNs there before comparison
Updated by Evgeni Golov 16 days ago
- Subject changed from use lowercase FQDN in SSL CN comparison to use lowercase FQDN in SSL CN comparison for pulpcore auth
Updated by The Foreman Bot 16 days ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/364 added
Updated by Evgeni Golov 16 days ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulpcore|6466a17c4f74578bc93ab3f7342a47ca15de44b1.
Actions