X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Foam%2Fsdnr%2Foauth-aaa-app-config.xml;h=c210e3730f6738d7613b350a381d3adf09cc67b9;hb=refs%2Fchanges%2F91%2F9391%2F2;hp=28a79f64b95b8b64e1549d03928718152f0bc6f6;hpb=f55fe3cb7bebf5081cd180bf57f2fc091808173c;p=oam.git diff --git a/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml b/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml index 28a79f6..c210e37 100644 --- a/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml +++ b/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml @@ -40,11 +40,11 @@
anyroles - org.opendaylight.aaa.shiro.filters.AnyRoleHttpAuthenticationFilter + org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters.AnyRoleHttpAuthenticationFilter
authcBearer - org.opendaylight.aaa.shiro.filters.ODLHttpAuthenticationFilter2 + org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters.BearerAndBasicHttpAuthenticationFilter
@@ -72,26 +72,35 @@ /**/v1/** authcBearer, roles[admin] + - /**/config/aaa*/** + /rests/**/aaa*/** authcBearer, roles[admin] - + + /oauth/** anon + + /ready + anon + + /odlux/** anon + /apidoc/** - authcBasic + authcBasic, roles[admin] /rests/** authcBearer, anyroles["admin,provision"] + /** authcBearer, anyroles["admin,provision"]