Remove dynamicAuthorization 57/74157/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 17 Jul 2018 21:02:03 +0000 (14:02 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 17 Jul 2018 21:02:03 +0000 (14:02 -0700)
This is in response to some bugs like these:
https://jira.opendaylight.org/browse/CONTROLLER-1838
https://jira.opendaylight.org/browse/CONTROLLER-1849

where we believe not having things fail at this
level may help give us more details about a root
cause.

Change-Id: I7416c4d61133f1553e4ae83d9f3e0be48f55de6e
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
aaa-shiro/impl/src/main/resources/initial/aaa-app-config.xml

index 237b07cbf8a5cb401b1ecf9f3a978b48dc535393..56053887a3a3523b84fc56129c446ed5784962ea 100644 (file)
     </urls>
     <urls>
         <pair-key>/**</pair-key>
-        <pair-value>authcBasic, dynamicAuthorization</pair-value>
+        <pair-value>authcBasic</pair-value>
     </urls>
 </shiro-configuration>