-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdogu.json
More file actions
255 lines (255 loc) · 7.77 KB
/
dogu.json
File metadata and controls
255 lines (255 loc) · 7.77 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
{
"Name": "official/ldap",
"Version": "2.6.10-4",
"DisplayName": "OpenLDAP",
"Description": "OpenLDAP server for user and group management.",
"Url": "http://www.openldap.org",
"Category": "Base",
"Tags": [
"authentication",
"ldap",
"users",
"groups"
],
"Logo": "https://cloudogu.com/images/dogus/openldap.png",
"Image": "registry.cloudogu.com/official/ldap",
"Dependencies": [
{
"type": "dogu",
"name": "postfix"
}
],
"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.025"
},
{
"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).",
"Optional": true,
"Validation": {
"Type": "BINARY_MEASUREMENT"
},
"Default": "101m"
},
{
"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": "101m"
},
{
"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": "container_config/swap_limit",
"Description": "Limits the container's swap memory usage. Use zero or a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte). 0 will disable swapping.",
"Optional": true,
"Validation": {
"Type": "BINARY_MEASUREMENT"
}
},
{
"Name": "password_change/notification_enabled",
"Description": "Enables the e-mail notification when a users password was changed",
"Optional": true,
"Default": "true",
"Validation": {
"Type": "ONE_OF",
"Values": [
"true",
"false"
]
}
},
{
"Name": "password_change/check_interval_minutes",
"Description": "Interval in minutes at which password changes will be checked [default: 1]",
"Optional": true,
"Default": "1"
},
{
"Name": "password_change/mail_sender_address",
"Description": "Sender address of the e-mail sent to the user after a password change.",
"Optional": true
},
{
"Name": "password_change/mail_sender_name",
"Description": "Sender name of the e-mail sent to the user after a password change.",
"Optional": true
},
{
"Name": "password_change/mail_subject",
"Description": "Subject of the e-mail sent to the user after a password change.",
"Optional": true
},
{
"Name": "password_change/mail_text",
"Description": "Text of the e-mail sent to the user after a password change. As placeholders, '%uid' can be used for the user ID (user name) and '%name' for the complete name (cn).",
"Optional": true
},
{
"Name": "logging/root",
"Description": "Set the root log level to one of ERROR, WARN, INFO, DEBUG.",
"Optional": true,
"Default": "INFO",
"Validation": {
"Type": "ONE_OF",
"Values": [
"WARN",
"DEBUG",
"INFO",
"ERROR"
]
}
},
{
"Name": "user_search_size_limit",
"Description": "Set how many users can be retrieved in a single search operation",
"Optional": true,
"Default": "4000"
},
{
"Name": "max_db_size",
"Description": "Specify the maximum size of the database in bytes. A memory map of this size is allocated at startup time and the database will not be allowed to grow beyond this size.",
"Optional": true,
"Default": "104857600"
},
{
"Name": "rootpwd",
"Description": "The LDAP root password (olcRootPW). If left unset, a random password will be generated.",
"Optional": true,
"Encrypted": true
},
{
"Name": "admin_username",
"Description": "The username of the CES admin. Usually, this is set during setup.",
"Optional": true,
"Default": "admin"
},
{
"Name": "admin_member",
"Description": "Specifies if the CES admin is also admin in other dogus.",
"Optional": true,
"Default": "false"
},
{
"Name": "admin_givenname",
"Description": "Specifies the givenName attribute of the CES admin in the LDAP.",
"Optional": true,
"Default": "admin"
},
{
"Name": "admin_surname",
"Description": "Specifies the sn attribute of the CES admin in the LDAP.",
"Optional": true,
"Default": "admin"
},
{
"Name": "admin_displayname",
"Description": "Specifies the displayName attribute of the CES admin in the LDAP.",
"Optional": true,
"Default": "admin"
},
{
"Name": "admin_mail",
"Description": "Specifies the mail attribute of the CES admin in the LDAP. Defaults to <admin_username>@<ces-domain>.",
"Optional": true
},
{
"Name": "admin_password",
"Description": "Specifies the userPassword attribute of the CES admin in the LDAP.",
"Optional": false,
"Encrypted": true
},
{
"Name": "openldap_suffix",
"Description": "Specifies general suffix used for the ldap hierarchy.",
"Optional": true,
"Default": "dc=cloudogu,dc=com"
}
],
"Volumes": [
{
"Name": "db",
"Path": "/var/lib/openldap",
"Owner": "100",
"Group": "101",
"NeedsBackup": true
},
{
"Name": "config",
"Path": "/etc/openldap/slapd.d",
"Owner": "100",
"Group": "101",
"NeedsBackup": true
},
{
"Name": "crontab-logs",
"Path": "/tmp/logs",
"Owner": "100",
"Group": "101",
"NeedsBackup": false
},
{
"Name": "localConfig",
"Path": "/var/ces/config",
"Owner": "100",
"Group": "101",
"NeedsBackup": true
}
],
"ExposedCommands": [
{
"Name": "service-account-create",
"Description": "Creates a new service account",
"Command": "/srv/openldap/create-sa.sh"
},
{
"Name": "service-account-remove",
"Description": "Removes a service account",
"Command": "/srv/openldap/remove-sa.sh"
},
{
"Name": "pre-upgrade",
"Command": "/pre-upgrade.sh"
},
{
"Name": "post-upgrade",
"Command": "/post-upgrade.sh"
}
],
"HealthChecks": [
{
"Type": "tcp",
"Port": 389
},
{
"Type": "state"
}
]
}