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
Actions