<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:08:53 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-194] Anonymous access to URL does not work</title>
                <link>https://jira.opendaylight.org/browse/AAA-194</link>
                <project id="10102" key="AAA">aaa</project>
                    <description>&lt;p&gt;In older versions of ODL (e.g. Oxygen) we could configure this in aaa-app-config.xml to allow anonymous access (no user auth) to the topology URL:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
    &amp;lt;urls&amp;gt;
        &amp;lt;pair-key&amp;gt;/operational/network-topology**&amp;lt;/pair-key&amp;gt;
        &amp;lt;pair-value&amp;gt;anon&amp;lt;/pair-value&amp;gt;
    &amp;lt;/urls&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The same configuration does not work in recent ODL versions including master.&lt;/p&gt;</description>
                <environment></environment>
        <key id="32480">AAA-194</key>
            <summary>Anonymous access to URL does not work</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.opendaylight.org/images/icons/priorities/minor.svg">Low</priority>
                        <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="gvrangan">Venkatrangan Govindarajan</assignee>
                                    <reporter username="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Tue, 17 Mar 2020 02:55:04 +0000</created>
                <updated>Fri, 17 Apr 2020 18:47:24 +0000</updated>
                            <resolved>Fri, 17 Apr 2020 18:47:24 +0000</resolved>
                                                    <fixVersion>Sodium SR3</fixVersion>
                    <fixVersion>Magnesium SR1</fixVersion>
                    <fixVersion>Aluminium</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                                                            <comments>
                            <comment id="67968" author="ecelgp" created="Tue, 17 Mar 2020 20:39:58 +0000"  >&lt;p&gt;It looks like it works if I set full restconf path:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
    &amp;lt;urls&amp;gt;
        &amp;lt;pair-key&amp;gt;/restconf/operational/network-topology**&amp;lt;/pair-key&amp;gt;
        &amp;lt;pair-value&amp;gt;anon&amp;lt;/pair-value&amp;gt;
    &amp;lt;/urls&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;But then we should probably change this file to add full paths as well:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=blob;f=aaa-shiro/impl/src/main/resources/initial/aaa-app-config.xml;h=56053887a3a3523b84fc56129c446ed5784962ea;hb=HEAD#l300&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=blob;f=aaa-shiro/impl/src/main/resources/initial/aaa-app-config.xml;h=56053887a3a3523b84fc56129c446ed5784962ea;hb=HEAD#l300&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="67969" author="ecelgp" created="Tue, 17 Mar 2020 20:42:39 +0000"  >&lt;p&gt;Also we have to release note whenever the behavior changed.&lt;/p&gt;</comment>
                            <comment id="67974" author="gvrangan" created="Thu, 19 Mar 2020 09:58:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=ecelgp&quot; class=&quot;user-hover&quot; rel=&quot;ecelgp&quot;&gt;ecelgp&lt;/a&gt; The Path MAtching is based on AntPathMatcher (&lt;a href=&quot;https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/AntPathMatcher.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/AntPathMatcher.html&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;A Path like /*&lt;b&gt;/operational/network-topology&lt;/b&gt;* should also work.&lt;/p&gt;</comment>
                            <comment id="67975" author="ecelgp" created="Thu, 19 Mar 2020 16:00:08 +0000"  >&lt;p&gt;OK, I will try that, but should we also change the other URLs in &lt;a href=&quot;https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=blob;f=aaa-shiro/impl/src/main/resources/initial/aaa-app-config.xml;h=56053887a3a3523b84fc56129c446ed5784962ea;hb=HEAD#l300&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=blob;f=aaa-shiro/impl/src/main/resources/initial/aaa-app-config.xml;h=56053887a3a3523b84fc56129c446ed5784962ea;hb=HEAD#l300&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="67976" author="ecelgp" created="Thu, 19 Mar 2020 19:28:30 +0000"  >&lt;p&gt;Yes, it also works: &amp;#42;/operational/network-topology**&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                            <subtask id="32514">AAA-196</subtask>
                    </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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03rgv:</customfieldvalue>

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