summaryrefslogtreecommitdiffstats
path: root/charts/aai-sparky-be/resources/config/users.config
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-10-09 14:50:07 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-10-09 14:55:00 -0400
commit249edbb14855663a57b41fce3e4d6dd02236ed17 (patch)
tree85bde5d87f806ce5cb239afc8eb0a946db07859a /charts/aai-sparky-be/resources/config/users.config
parent6140e11d11a64225fd39ec860ad4c8ebb1510a36 (diff)
Moving the user and roles config
Issue-ID: PORTAL-434 Change-Id: I3889573d7ceacab0ec8fd8e993fb71742fe1a7d4 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'charts/aai-sparky-be/resources/config/users.config')
-rw-r--r--charts/aai-sparky-be/resources/config/users.config20
1 files changed, 20 insertions, 0 deletions
diff --git a/charts/aai-sparky-be/resources/config/users.config b/charts/aai-sparky-be/resources/config/users.config
new file mode 100644
index 0000000..ce69e88
--- /dev/null
+++ b/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