From 54668628a12b389d40853c58330977a70bd4795d Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Mon, 5 Aug 2019 12:01:16 -0400 Subject: Disable non-workflow mS in helm charts Issue-ID: AAI-2558 Signed-off-by: Jimmy Forsyth Change-Id: I06b4049b2e5c0bae734b4619abd6298a99ae2a11 --- .../aai-sparky-be/resources/config/roles.config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 components/aai-sparky-be/resources/config/roles.config (limited to 'components/aai-sparky-be/resources/config/roles.config') diff --git a/components/aai-sparky-be/resources/config/roles.config b/components/aai-sparky-be/resources/config/roles.config new file mode 100644 index 0000000..ee131d8 --- /dev/null +++ b/components/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" + } +] -- cgit 1.2.3-korg