blob: 4c9f75f38d8548f82672bcc710e06568886a2436 [file] [log] [blame]
Sylvain Desbureaux45348812020-05-19 17:46:54 +02001# Copyright © 2020 Samsung Electronics
Andreas Geisslerd4f832d2023-07-27 19:07:08 +02002# Modifications Copyright © 2023 Deutsche Telekom AG
Sylvain Desbureaux45348812020-05-19 17:46:54 +02003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
Andreas Geisslerd4f832d2023-07-27 19:07:08 +020016# Global flag to enable the creation of default roles instead of using
17# common roles-wrapper
18global:
19 createDefaultRoles: false
20
21# Default roles will be created by roles wrapper,
22# if "createDefaultRoles=false"
Sylvain Desbureaux45348812020-05-19 17:46:54 +020023roles:
24 - nothing
25# - read
26# - create
27
Andreas Geisslerd4f832d2023-07-27 19:07:08 +020028# Flag to enable the creation of default roles instead of using
29# common roles-wrapper
30createDefaultRoles: false
Sylvain Desbureaux6f4e8c02021-04-19 15:26:15 +020031defaultRoles:
32 - nothing
33 - read
34 - create
35
Sylvain Desbureaux45348812020-05-19 17:46:54 +020036new_roles_definitions: {}
37# few-read:
38# - apiGroups:
39# - ""
40# resources:
41# - "pods"
42# verbs:
43# - "get"
44# - "watch"
45# - "list"