From 71bd84c0aa9d1c87a7e6a66ed9d9a40f4de72461 Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Wed, 29 Aug 2018 21:45:05 +0000 Subject: fixing make error? Issue-ID: LOG-612 Change-Id: I3a9fcbff2bf04a2d120ba3fdb0a3b0ada3083b1d Signed-off-by: Prudence Au Signed-off-by: Mandeep Khinda Signed-off-by: Michael O'Brien --- .../resources/config/auth/search_policy.json | 43 +++++++++------------- 1 file changed, 18 insertions(+), 25 deletions(-) (limited to 'kubernetes/pomba/charts/pomba-search-data/resources/config/auth/search_policy.json') diff --git a/kubernetes/pomba/charts/pomba-search-data/resources/config/auth/search_policy.json b/kubernetes/pomba/charts/pomba-search-data/resources/config/auth/search_policy.json index a83422753d..00a6de5f4a 100644 --- a/kubernetes/pomba/charts/pomba-search-data/resources/config/auth/search_policy.json +++ b/kubernetes/pomba/charts/pomba-search-data/resources/config/auth/search_policy.json @@ -1,31 +1,24 @@ { - "roles": [ - { - "name": "admin", - "functions": [ + "roles": [{ + "name": "admin", + "functions": [{ + "name": "search", + "methods": [{ + "name": "GET" + }, { - "name": "search", - "methods": [ - { - "name": "GET" - }, - { - "name": "DELETE" - }, - { - "name": "PUT" - }, - { - "name": "POST" - } - ] - } - ], - "users": [ + "name": "DELETE" + }, + { + "name": "PUT" + }, { - "username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA" + "name": "POST" } ] - } - ] + }], + "users": [{ + "username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA" + }] + }] } \ No newline at end of file -- cgit 1.2.3-korg