Bug 652763
Summary: | The 'principal' stored in thread data contains leftover (stale) data | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Jeff Ortel <jortel> |
Component: | z_other | Assignee: | Mike McCune <mmccune> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | Keywords: | Triaged |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:19:57 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 647488 |
Description
Jeff Ortel
2010-11-12 17:50:02 UTC
To support using candlepin consumer (client) certificates, role_check needs to lookup the user using the consumer ID rather then depending on the user being stored in the client cert. Fixed with update to certificate authentication and principal management. commit: 7b8320d39b99eda57adfe85646166d34f2e3b4da Fixed in 0.109. verified [root@preethi ~]# rpm -q pulp pulp-0.0.213-1.fc14.noarch [root@preethi ~]# [root@preethi ~]# pulp-admin auth logout User credentials removed from [/root/.pulp/user-cert.pem] [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin repo list error: operation failed: No valid authorization credentials found, please see: pulp-admin --help [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin -u foo -p bar repo list error: operation failed: Permission Denied Closing with Community Release 15 pulp-0.0.223-4. |