-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathquestions-ui.yml
50 lines (50 loc) · 1.25 KB
/
questions-ui.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
questions:
- default: null
description: >-
Each rule defined in the policy settings is composed by a reject operator
and a set of the environment variables used with the operator against the
environment variables from the resources. The rules are evaluated in the
order that they are defined. The resource is denied in the first failed
evaluated rule.
group: Settings
label: Description
required: false
hide_input: true
type: string
variable: description
- default: []
group: Settings
label: Rules
hide_input: true
type: sequence[
variable: rules
sequence_questions:
- default: anyIn
group: Settings
label: Reject Operator
options:
- anyIn
- anyNotIn
- allAreUsed
- notAllAreUsed
required: false
type: enum
variable: reject
- default: []
description: ''
group: Settings
label: Environment Variables
hide_input: true
type: sequence[
variable: environmentVariables
sequence_questions:
- default: ''
group: Settings
label: Name
type: string
variable: name
- default: ''
group: Settings
label: Value
type: string
variable: value