Bug 1324511 - Foreman smart proxy puppetca certificates not shown
Summary: Foreman smart proxy puppetca certificates not shown
Keywords:
Status: CLOSED DUPLICATE of bug 1324516
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Users & Roles
Version: 6.0.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: Tomer Brisker
QA Contact: Katello QA List
URL: http://projects.theforeman.org/issues...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-06 13:53 UTC by Tomer Brisker
Modified: 2016-04-22 16:34 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-06 14:42:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 14505 0 None None None 2016-04-22 16:34:19 UTC

Description Tomer Brisker 2016-04-06 13:53:53 UTC
I have a user with the following permissions: 

<pre>
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"
    ]
  },
</pre>

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.

Comment 1 Tomer Brisker 2016-04-06 13:53:55 UTC
Created from redmine issue http://projects.theforeman.org/issues/14505

Comment 2 Bryan Kearney 2016-04-06 14:13:03 UTC
Upstream bug assigned to tbrisker

Comment 3 Tomer Brisker 2016-04-06 14:42:06 UTC
This got cloned twice by mistake.

*** This bug has been marked as a duplicate of bug 1324516 ***


Note You need to log in before you can comment on or make changes to this bug.