Bug 1410870

Summary: PING api returns empty foreman_auth stanza
Product: Red Hat Satellite Reporter: Mike McCune <mmccune>
Component: APIAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2.6CC: bbuckingham, jcallaha, mhulan, sabnave
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-11 12:26:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike McCune 2017-01-06 16:24:05 UTC
We currently return an unused and empty value for foreman_auth:

 curl .. https://localhost/katello/api/ping/  



{
    "status": "ok",
    "services": {
        "foreman_tasks": {
            "status": "ok",
            "duration_ms": "34"
        },
        "foreman_auth": {

        },
...

if this block isn't being used we need to remove it from the return of this API call.

Comment 2 Swapnil Abnave 2017-01-11 12:21:02 UTC
Fixed in Katello 3.2.0

http://projects.theforeman.org/issues/15582

Comment 3 Brad Buckingham 2017-01-11 12:26:40 UTC
Thanks Swapnil!  Closing as a duplicate.

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