Actions
Bug #34306
closedNew version of Candlepin now has org in entitlement certificate and causes authorization issues
Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Description
With the new build of Candlepin 4.1.10 they have changed the way entitlement certificates are generated. Before they would look like:
Subject: CN=eb48d5a8-b759-417c-97f7-93dc2369de29
Now the new cert looks like:
Subject: O=Default_Organization, CN=eb48d5a8-b759-417c-97f7-93dc2369de29
So we get an unauthorized because of the way we parse the ID which now comes back looking like:
"/O=Default_Organizationeb48d5a8-b759-417c-97f7-93dc2369de29"
This issue is to address the way we grab the CN from the cert so it works for the new version of Candlepin and the older versions.
Updated by Chris Roberts about 3 years ago
- Subject changed from Candlepin now has org in entitlement certificate and causes authorization issues to New version of Candlepin now has org in entitlement certificate and causes authorization issues
Updated by The Foreman Bot about 3 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9902 added
Updated by The Foreman Bot about 3 years ago
- Fixed in Releases Katello 4.5.0 added
Updated by Chris Roberts about 3 years ago
- Target version changed from Katello 4.4.0 to Katello 4.3.1
Updated by Chris Roberts about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|bc1eef93a9299a8d127f0febeb4d4a2e111f964f.
Updated by The Foreman Bot almost 3 years ago
- Pull request https://github.com/Katello/katello/pull/9975 added
Actions