Actions
Bug #14505
closedForeman smart proxy puppetca certificates not shown
Status:
Closed
Priority:
Normal
Assignee:
Category:
Users, Roles and Permissions
Target version:
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
I have a user with the following permissions:
shell# hammer --output json user info --login XXXX
{
"Id": XXXX,
"Login": "XXXXX",
"Name": "XXXXXXXXXXXXXXXX",
"Email": "XXXXXXXXXXXXXXXXX",
"Admin": false,
"Authorized by": {
"id": 1,
"type": "AuthSourceInternal",
"name": "Internal"
},
"Locale": "XX",
"Timezone": "XX",
"Last login": "XXXXXXXXXXXXX",
"Default organization": null,
"Default location": null,
"Roles": [
{
"name": "AccountAdministrator",
"id": 9
},
{
"name": "Anonymous",
"id": 8
}
],
"User groups": [
],
"Created at": "XXXX",
"Updated at": "XXXX"
}
shell# hammer --output json filter list --search "--role=AccountAdministrator"
{
"Id": XXXX,
"Resource type": "SmartProxy",
"Search": "none",
"Unlimited?": true,
"Role": {
"name": "AccountAdministrator",
"id": XXXX
},
"Permissions": [
"view_smart_proxies",
"view_smart_proxies_autosign",
"view_smart_proxies_puppetca",
"edit_smart_proxies_puppetca",
"destroy_smart_proxies_puppetca"
]
},
However on centos7 + foreman-1.11.0-1.el7.noarch I can not see the certificates (See Screeshot)
If I grant "Manager" permissions to the user, it still does not work.
Files
Updated by Dominic Cleal almost 10 years ago
- Description updated (diff)
- Category set to PuppetCA
- Translation missing: en.field_release set to 141
Authorisation related issue, as admin privileges work.
Updated by Robert Heinzmann almost 10 years ago
One note: If I set user "admin", everything works as expected.
Updated by Tomer Brisker almost 10 years ago
- Category changed from PuppetCA to Users, Roles and Permissions
- Status changed from New to Assigned
- Assignee set to Tomer Brisker
A quick investigation leads me to believe many of the permissions for smart proxies are broken. Changing to authorization.
Updated by The Foreman Bot almost 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3397 added
Updated by Anonymous almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset a88d4a3e9790bf863634688b286ec6f9eed12907.
Updated by Robert Heinzmann almost 10 years ago
I tested the patch on our installation, and now everything works ok. I can see the Tabs.
Actions