Actions
Bug #38110
closeduse lowercase FQDN in SSL CN comparison for pulpcore auth
Difficulty:
Triaged:
Yes
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 5 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulpcore|6466a17c4f74578bc93ab3f7342a47ca15de44b1.
Actions