diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-10 13:02:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-10 13:02:53 +0000 |
commit | e591daa6d5a1b3c63f435f0375d18d86b672ac55 (patch) | |
tree | 91709a8e1ba043ea41e1d5b00cc11bfd0ece2a41 /charts | |
parent | 4c62b4408e7c7a8525aaba05ee8cce385147b70b (diff) | |
parent | 249edbb14855663a57b41fce3e4d6dd02236ed17 (diff) |
Merge "Moving the user and roles config"
Diffstat (limited to 'charts')
-rw-r--r-- | charts/aai-sparky-be/resources/config/roles.config (renamed from charts/aai-sparky-be/resources/config/portal/roles.config) | 0 | ||||
-rw-r--r-- | charts/aai-sparky-be/resources/config/users.config | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/charts/aai-sparky-be/resources/config/portal/roles.config b/charts/aai-sparky-be/resources/config/roles.config index ee131d8..ee131d8 100644 --- a/charts/aai-sparky-be/resources/config/portal/roles.config +++ b/charts/aai-sparky-be/resources/config/roles.config 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 |