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;fp=solution%2Fintegration%2Fsmo%2Foam%2Fsdnr%2Foauth-aaa-app-config.xml;h=0000000000000000000000000000000000000000;hb=990de7205645f827a36429006f7e5529b5fb6866;hp=c210e3730f6738d7613b350a381d3adf09cc67b9;hpb=a3be9ade3bec5ca8cd5b41032704872f87d8c065;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 deleted file mode 100644 index c210e37..0000000 --- a/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - -
- tokenAuthRealm - org.onap.ccsdk.features.sdnr.wt.oauthprovider.OAuth2Realm -
- -
- securityManager.realms - $tokenAuthRealm -
- -
- authcBasic - org.opendaylight.aaa.shiro.filters.ODLHttpAuthenticationFilter -
-
- anyroles - org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters.AnyRoleHttpAuthenticationFilter -
-
- authcBearer - org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters.BearerAndBasicHttpAuthenticationFilter -
- - -
- accountingListener - org.opendaylight.aaa.shiro.filters.AuthenticationListener -
-
- securityManager.authenticator.authenticationListeners - $accountingListener -
- - -
- dynamicAuthorization - org.opendaylight.aaa.shiro.realm.MDSALDynamicAuthorizationFilter -
- - - - /**/operations/cluster-admin** - authcBearer, roles[admin] - - - /**/v1/** - authcBearer, roles[admin] - - - - /rests/**/aaa*/** - authcBearer, roles[admin] - - - - /oauth/** - anon - - - /ready - anon - - - - /odlux/** - anon - - - - /apidoc/** - authcBasic, roles[admin] - - - /rests/** - authcBearer, anyroles["admin,provision"] - - - - /** - authcBearer, anyroles["admin,provision"] - -