summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config
diff options
context:
space:
mode:
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>2018-10-10 13:02:53 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-10 13:02:53 +0000
commit725c43ae383396c619fb8504ef9bf69d628cbf3e (patch)
tree87b251585dbac22fd47c045626158674fb38a5c2 /kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config
parente785eb611cf7aff4ab16f5fc9ec159e87d8141f3 (diff)
parente5c06bc1cc61aafe48419a4dd921bd41d74f0985 (diff)
Merge "Moving the user and roles config"
Diffstat (limited to 'kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config')
-rw-r--r--kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config20
1 files changed, 20 insertions, 0 deletions
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"
+ }
+]