-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdogu.json
More file actions
204 lines (204 loc) · 6.83 KB
/
dogu.json
File metadata and controls
204 lines (204 loc) · 6.83 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"Name": "official/usermgt",
"Version": "1.20.1-5",
"DisplayName": "User Management",
"Description": "User and Group Management.",
"Category": "Administration Apps",
"Tags": [
"warp",
"users",
"groups"
],
"Logo": "https://cloudogu.com/images/dogus/usermanagement.png",
"Url": "https://github.com/cloudogu/usermgt",
"Image": "registry.cloudogu.com/official/usermgt",
"Dependencies": [
{
"Type": "dogu",
"Name": "cas",
"Version": ">=7.0.5.1-6"
},
{
"Type": "dogu",
"Name": "ldap",
"Version": ">=2.6.2-7"
},
{
"Type": "dogu",
"Name": "nginx"
},
{
"Type": "dogu",
"Name": "postfix"
}
],
"Volumes": [
{
"Name": "data",
"Path": "/var/lib/usermgt",
"Owner": "1000",
"Group": "1000",
"NeedsBackup": false
},
{
"Name": "importHistory",
"Path": "/var/lib/usermgt/importHistory",
"Owner": "1000",
"Group": "1000",
"NeedsBackup": true
}
],
"Configuration": [
{
"Name": "container_config/cpu_core_limit",
"Description": "Limits the container's CPU core usage. Use a positive floating value describing a fraction of 1 CPU core. When you define a value of '0.5', you are requesting half as much CPU time compared to if you asked for '1.0' CPU.",
"Optional": true
},
{
"Name": "container_config/cpu_core_request",
"Description": "Requests the container's minimal CPU core requirement. Use a positive floating value describing a fraction of 1 CPU core. When you define a value of '0.5', you are requesting half as much CPU time compared to if you asked for '1.0' CPU.",
"Optional": true,
"Default": "0.05"
},
{
"Name": "container_config/memory_request",
"Description": "Requests the container's minimal memory requirement. Use a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte).",
"Optional": true,
"Validation": {
"Type": "BINARY_MEASUREMENT"
},
"Default": "400m"
},
{
"Name": "container_config/storage_limit",
"Description": "Limits the container's ephemeral storage usage. Use a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte).",
"Optional": true,
"Validation": {
"Type": "BINARY_MEASUREMENT"
}
},
{
"Name": "container_config/storage_request",
"Description": "Requests the container's minimal ephemeral storage requirement. Use a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte).",
"Optional": true,
"Validation": {
"Type": "BINARY_MEASUREMENT"
}
},
{
"Name": "pwd_reset_selected_by_default",
"Description": "Specifies whether the checkbox for the password change at the next login attribute should be preselected by default ",
"Default": "false",
"Optional": true,
"Validation": {
"Type": "ONE_OF",
"Values": [
"true",
"false"
]
}
},
{
"Name": "mail/sender",
"Description": "Email address to use as sender of the User Management dogu",
"Default": "no-reply@cloudogu.com",
"Optional": true
},
{
"Name": "mail/import/subject",
"Description": "The subject of the mail, which is send when a user is imported via the csv import feature",
"Default": "Ihr neuer Cloudogu Ecosystem Account",
"Optional": true
},
{
"Name": "mail/import/message",
"Description": "The content of the mail, which is send when a User is imported via the csv import feature. Within the content the placeholders ${username} and ${password} need to be included.",
"Default": "Willkommen im Cloudogu Ecosystem!\n\nDies ist Ihr Benutzeraccount:\n\nBenutzername: ${username}\nPasswort: ${password}\n\nBei der ersten Anmeldung müssen Sie das Passwort ändern.",
"Optional": true
},
{
"Name": "mail/import/max_retries",
"Description": "The number of maximum retries to send a mail, before an error occurs",
"Default": "10",
"Optional": true
},
{
"Name": "mail/import/max_retry_delay",
"Description": "The maximum delay for sending an email as part of a retry. By using a backoff strategy, the waiting time increases for each failed send until max_retry_delay is reached before the mail is sent again.",
"Default": "3600",
"Optional": true
},
{
"Name": "mail/import/retry_interval",
"Description": "The interval in which failed mails will be checked to be sent again.",
"Default": "30",
"Optional": true
},
{
"Name": "container_config/memory_limit",
"Description": "Limits the container's memory usage. Use a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte). We recommend at least 200m of memory for usermgt.",
"Optional": true,
"Validation": {
"Type": "BINARY_MEASUREMENT"
},
"Default": "400m"
},
{
"Name": "container_config/java_max_ram_percentage",
"Description": "Limits the heap stack size of the Usermgt process to the configured percentage of the available physical memory when the container has more than approx. 250 MB of memory available. Is only considered when a memory_limit is set. Use a valid float value with decimals between 0 and 100 (f. ex. 55.0 for 55%). Default value for Usermgt: 25%",
"Optional": true,
"Default": "70.0",
"Validation": {
"Type": "FLOAT_PERCENTAGE_HUNDRED"
}
},
{
"Name": "container_config/java_min_ram_percentage",
"Description": "Limits the heap stack size of the Usermgt process to the configured percentage of the available physical memory when the container has less than approx. 250 MB of memory available. Is only considered when a memory_limit is set. Use a valid float value with decimals between 0 and 100 (f. ex. 55.0 for 55%). Default value for Usermgt: 50%",
"Optional": true,
"Default": "70.0",
"Validation": {
"Type": "FLOAT_PERCENTAGE_HUNDRED"
}
},
{
"Name": "logging/root",
"Description": "Set the root log level to one of ERROR, WARN, INFO, DEBUG.",
"Optional": true,
"Default": "WARN",
"Validation": {
"Type": "ONE_OF",
"Values": [
"WARN",
"DEBUG",
"INFO",
"ERROR"
]
}
}
],
"ExposedCommands": [
{
"Name": "post-upgrade",
"Command": "/post-upgrade.sh"
}
],
"ServiceAccounts": [
{
"Type": "ldap",
"Params": [
"rw"
]
},
{
"Type": "cas",
"Params": [
"cas"
]
}
],
"HealthCheck": {
"Type": "tcp",
"Port": 8080
}
}