From: Arul.Nambi Date: Tue, 9 Oct 2018 18:50:07 +0000 (-0400) Subject: Moving the user and roles config X-Git-Tag: 3.0.0-ONAP~204^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e5c06bc1cc61aafe48419a4dd921bd41d74f0985;p=oom.git Moving the user and roles config Issue-ID: PORTAL-434 Change-Id: I3889573d7ceacab0ec8fd8e993fb71742fe1a7d4 Signed-off-by: Arul.Nambi --- diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/roles.config b/kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config similarity index 100% rename from kubernetes/aai/charts/aai-sparky-be/resources/config/portal/roles.config rename to kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/users.config b/kubernetes/aai/charts/aai-sparky-be/resources/config/users.config new file mode 100644 index 0000000000..ce69e88918 --- /dev/null +++ b/kubernetes/aai/charts/aai-sparky-be/resources/config/users.config @@ -0,0 +1,20 @@ +[{ + "orgId": null, + "managerId": null, + "firstName": "Demo", + "middleInitial": null, + "lastName": "User", + "phone": null, + "email": "demo@email.com", + "hrid": null, + "orgUserId": "demo", + "orgCode": null, + "orgManagerUserId": null, + "jobTitle": null, + "loginId": "demo", + "active": false, + "roles": [{ + "id": 1, + "name": "View" + }] +}] \ No newline at end of file