From e5c06bc1cc61aafe48419a4dd921bd41d74f0985 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Tue, 9 Oct 2018 14:50:07 -0400 Subject: Moving the user and roles config Issue-ID: PORTAL-434 Change-Id: I3889573d7ceacab0ec8fd8e993fb71742fe1a7d4 Signed-off-by: Arul.Nambi --- .../resources/config/portal/roles.config | 20 -------------------- .../aai-sparky-be/resources/config/roles.config | 20 ++++++++++++++++++++ .../aai-sparky-be/resources/config/users.config | 20 ++++++++++++++++++++ 3 files changed, 40 insertions(+), 20 deletions(-) delete mode 100644 kubernetes/aai/charts/aai-sparky-be/resources/config/portal/roles.config create mode 100644 kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config create mode 100644 kubernetes/aai/charts/aai-sparky-be/resources/config/users.config diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/roles.config b/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/roles.config deleted file mode 100644 index ee131d8414..0000000000 --- a/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/roles.config +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright © 2018 Amdocs, Bell Canada, AT&T -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -[ - { - "id":1, - "name":"View" - } -] diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config b/kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config new file mode 100644 index 0000000000..ee131d8414 --- /dev/null +++ b/kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config @@ -0,0 +1,20 @@ +# Copyright © 2018 Amdocs, Bell Canada, AT&T +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +[ + { + "id":1, + "name":"View" + } +] 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 -- cgit 1.2.3-korg