<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:08:28 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[AAA-36] Cannot reach IdmLight API</title>
                <link>https://jira.opendaylight.org/browse/AAA-36</link>
                <project id="10102" key="AAA">aaa</project>
                    <description>&lt;p&gt;IdmLight is unreachable, eg&lt;/p&gt;

&lt;p&gt; curl -X GET -v -H &quot;Content-type:application/json&quot; -H &apos;Authorization: Bearer 10b543d9-bc81-3dcd-8382-bbcb32b5453f&apos; &lt;a href=&quot;http://localhost:8282/auth/v1/users&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8282/auth/v1/users&lt;/a&gt;&lt;/p&gt;

&lt;p&gt; curl -X GET -v -H &quot;Content-type:application/json&quot; -H &apos;Authorization: Bearer 10b543d9-bc81-3dcd-8382-bbcb32b5453f&apos; &lt;a href=&quot;http://localhost:8181/auth/v1/users&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/auth/v1/users&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All fail. 8282 is actually not setup as a jetty connector. The API doesn&apos;t respond on 8181 either though.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22287">AAA-36</key>
            <summary>Cannot reach IdmLight API</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="wojdec">Wojciech Dec</reporter>
                        <labels>
                    </labels>
                <created>Thu, 4 Jun 2015 13:04:37 +0000</created>
                <updated>Thu, 21 Mar 2019 11:56:41 +0000</updated>
                            <resolved>Sun, 7 Jun 2015 19:16:21 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="42186" author="wdec@cisco.com" created="Thu, 4 Jun 2015 17:32:35 +0000"  >&lt;p&gt;Confirmed.&lt;/p&gt;

&lt;p&gt;Fix is in &lt;a href=&quot;https://git.opendaylight.org/gerrit/21891&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/21891&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="42187" author="rgoulding" created="Thu, 4 Jun 2015 18:38:00 +0000"  >&lt;p&gt;Fix works well for Lithium code base;  trying master now.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;ryan@odl&amp;#93;&lt;/span&gt;$ curl -X GET -H &quot;Content-type:application/json&quot; &lt;a href=&quot;http://localhost:8181/auth/v1/users&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/auth/v1/users&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Adding handle: conn: 0x15be950&lt;/li&gt;
	&lt;li&gt;Adding handle: send: 0&lt;/li&gt;
	&lt;li&gt;Adding handle: recv: 0&lt;/li&gt;
	&lt;li&gt;Curl_addHandleToPipeline: length: 1&lt;/li&gt;
	&lt;li&gt;- Conn 0 (0x15be950) send_pipe: 1, recv_pipe: 0&lt;/li&gt;
	&lt;li&gt;About to connect() to localhost port 8181 (#0)&lt;/li&gt;
	&lt;li&gt;Trying ::1...&lt;/li&gt;
	&lt;li&gt;Connected to localhost (::1) port 8181 (#0)&lt;br/&gt;
&amp;gt; GET /auth/v1/users HTTP/1.1&lt;br/&gt;
&amp;gt; User-Agent: curl/7.32.0&lt;br/&gt;
&amp;gt; Host: localhost:8181&lt;br/&gt;
&amp;gt; Accept: &lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
&amp;gt; Content-type:application/json&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;lt; HTTP/1.1 200 OK&lt;br/&gt;
&amp;lt; Content-Type: application/json&lt;br/&gt;
&amp;lt; Transfer-Encoding: chunked&lt;/li&gt;
	&lt;li&gt;Server Jetty(8.1.15.v20140411) is not blacklisted&lt;br/&gt;
&amp;lt; Server: Jetty(8.1.15.v20140411)&lt;br/&gt;
&amp;lt; &lt;/li&gt;
	&lt;li&gt;Connection #0 to host localhost left intact
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;users&amp;quot;}&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3578</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=3578]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i023pb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>