From eff858eb74faa4d21d1bdf1b46f8af13024f46dc Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Sat, 17 Sep 2022 10:17:00 +0200 Subject: [PATCH] update controller service - update of oauth settings which are no more restrictive and better aligned with with the identity service. IssueID OAM-297 Change-Id: I3f652320a4774e1fe4649bf946b91feac8652260 Signed-off-by: demx8as6 --- .../integration/smo/oam/sdnr/oauth-aaa-app-config.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 15bc953..c210e37 100644 --- a/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml +++ b/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml @@ -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"] -- 2.16.6