Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1651699 - Taxonomies not handled properly with role for viewing host facts
Summary: Taxonomies not handled properly with role for viewing host facts
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Users & Roles
Version: Unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Radovan Drazny
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-11-20 15:42 UTC by Perry Gagne
Modified: 2021-07-22 07:19 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-01-15 20:30:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 30567 0 Normal New Taxonomies not handled properly with role for viewing host facts 2020-10-28 15:57:29 UTC
Red Hat Bugzilla 1569395 0 high CLOSED [Satellite 6] Adding search for lifecycle_environment or lifecycle_environment_id in role host fiter with permission vie... 2023-12-15 16:04:14 UTC
Red Hat Bugzilla 1646755 0 high CLOSED [Satellite 6] Adding search for lifecycle_environment or lifecycle_environment_id in role host fiter with permission vie... 2023-10-06 17:58:52 UTC

Internal Links: 1569395 1646755

Description Perry Gagne 2018-11-20 15:42:20 UTC
Description of problem:
While verifying bz 1646755 we discovered another issue if the role has taxonomy (Organization and Location) filters set. See bug 1646755, comment 4 for more info 


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Created Lifecycle Environments DEV (id=2), QA (id=3)
2. Created Hosts qa1 , dev1 
3. Created role 'integrationsrole' role as described in https://access.redhat.com/articles/3359731
4. Added filter to view host rule "lifecycle_environment = DEV"
5. Set Organization and location for integrationsrole to the same as dev1
6. Created apiuser with integrationsrole.
7. curl -s -u 'apiuser:redhat' -k https://$SATELLITE/api/v2/hosts/$dev1_id/facts

Actual results: Returned result is empty:
{
  "total": 0,
  "subtotal": 0,
  "page": 1,
  "per_page": 20,
  "search": " host = 2",
  "sort": {
    "by": null,
    "order": null
  },
  "results": {}
}

Expected results:
The facts for the host are returned. 


Additional info: If you remove the Org and location from integrationsrole, you get the following result, which I think is correct but am not sure why all those values are null:
{
  "total": 0,
  "subtotal": 1,
  "page": 1,
  "per_page": 20,
  "search": " host = 2",
  "sort": {
    "by": null,
    "order": null
  },
  "results": {"dev1.lab.eng.rdu2.redhat.com":{"net::interface::eth0::ipv6_address":null,"net::interface::eth0::ipv6_netmask":null,"cpu":null,"network":null,"dmi::bios":null,"distribution":null,"virt":null,"net":null,"dmi::system":null,"lscpu":null,"dmi::processor":null,"dmi::chassis":null,"proc_cpuinfo::common":null,"proc_cpuinfo":null,"dmi::memory":null,"dmi":null,"net::interface::eth0":null,"net::interface":null,"proc_stat":null,"system":null}}

Comment 5 Bryan Kearney 2019-12-03 16:34:54 UTC
The Satellite Team is attempting to provide an accurate backlog of bugzilla requests which we feel will be resolved in the next few releases. We do not believe this bugzilla will meet that criteria, and have plans to close it out in 1 month. This is not a reflection on the validity of the request, but a reflection of the many priorities for the product. If you have any concerns about this, feel free to contact Red Hat Technical Support or your account team. If we do not hear from you, we will close this bug out. Thank you.

Comment 6 Bryan Kearney 2020-01-15 20:30:43 UTC
Thank you for your interest in Satellite 6. We have evaluated this request, and while we recognize that it is a valid request, we do not expect this to be implemented in the product in the foreseeable future. This is due to other priorities for the product, and not a reflection on the request itself. We are therefore closing this out as WONTFIX. If you have any concerns about this, please do not reopen. Instead, feel free to contact Red Hat Technical Support. Thank you.

Comment 7 Ondřej Ezr 2020-08-05 09:30:57 UTC
Created redmine issue https://projects.theforeman.org/issues/30567 from this bug


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