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 1479885 - /api/environments search ignores organization/location
Summary: /api/environments search ignores organization/location
Keywords:
Status: CLOSED DUPLICATE of bug 1472863
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Puppet
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-09 16:06 UTC by Stanislav Tkachenko
Modified: 2019-04-01 20:26 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-31 11:08:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Stanislav Tkachenko 2017-08-09 16:06:42 UTC
Description of problem:
When searching for environment using exisiting organization/location as filtering criteria, it shows all environments. I've tried both name and id.

API, CLI and UI are affected.

First organization, all envs are listed:
> # hammer -u admin -p changeme environment list --search="organization=ldEfUWXqQE"
> ---|---------------------------------------
> ID | NAME                                  
> ---|---------------------------------------
> 2  | KT_EidanSPSEn_Library_lKlWziXRrT_78   
> 3  | KT_EidanSPSEn_SEIOiZvPNz_lKlWziXRrT_78
> 4  | KT_ldEfUWXqQE_Library_QWHvgzxtPg_81   
> 5  | KT_ldEfUWXqQE_MpMGDbtpLh_QWHvgzxtPg_81
> 1  | production                            
> ---|---------------------------------------

Second organization, all envs are listed:
> # hammer -u admin -p changeme environment list --search="organization=EidanSPSEn"
> ---|---------------------------------------
> ID | NAME                                  
> ---|---------------------------------------
> 2  | KT_EidanSPSEn_Library_lKlWziXRrT_78   
> 3  | KT_EidanSPSEn_SEIOiZvPNz_lKlWziXRrT_78
> 4  | KT_ldEfUWXqQE_Library_QWHvgzxtPg_81   
> 5  | KT_ldEfUWXqQE_MpMGDbtpLh_QWHvgzxtPg_81
> 1  | production

# Org id
> # hammer -u admin -p changeme organization info --name="EidanSPSEn"
> Id:                     48
> # hammer -u admin -p changeme environment list --search="organization_id=48"
> ---|---------------------------------------
> ID | NAME                                  
> ---|---------------------------------------
> 2  | KT_EidanSPSEn_Library_lKlWziXRrT_78   
> 3  | KT_EidanSPSEn_SEIOiZvPNz_lKlWziXRrT_78
> 4  | KT_ldEfUWXqQE_Library_QWHvgzxtPg_81   
> 5  | KT_ldEfUWXqQE_MpMGDbtpLh_QWHvgzxtPg_81
> 1  | production                            
                            
However, environment associated only with one organization
> # hammer -u admin -p changeme environment info --id=2
> Id:            2
> Name:          KT_EidanSPSEn_Library_lKlWziXRrT_78
> Puppetclasses: 
>    access_insights_client
> Locations:     
>    Default Location
> Organizations: 
>    EidanSPSEn


Version-Release number of selected component (if applicable):
Satellite 6.3 Snap 10:
* satellite-6.3.0-16.0.beta.el7sat.noarch
* katello-3.4.4-2.el7sat.noarch
* foreman-1.15.2-1.el7sat.noarch

How reproducible:
Always

Steps to Reproduce:
1. Create organization/location
2. Associate environment with that organization/location
3. Create another organization/location that has now associations with environments
4. Filter environments by the second organization/location

Actual results:
All environments are listed.

Expected results:
Only environments that associated with that organization/location

Additional info:

Comment 3 Marek Hulan 2017-08-29 06:34:38 UTC
This is very likely the same bug as tracked under BZ 1472863.

Comment 4 Ondřej Pražák 2017-08-31 11:08:45 UTC
Yes, the fix for BZ 1472863 takes care of this as well, closing as a duplicate.

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


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