We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4947c59 commit 881cb58Copy full SHA for 881cb58
config/openapi2crd.yaml
@@ -214,3 +214,26 @@ spec:
214
- $.links
215
- $.tags
216
- $.terminationProtectionEnabled
217
+
218
+ - gvk:
219
+ version: v1
220
+ kind: DatabaseUser
221
+ group: atlas.generated.mongodb.com
222
+ categories:
223
+ - atlas
224
+ shortNames:
225
+ - adu
226
+ mappings:
227
+ - majorVersion: v20250312
228
+ openAPIRef:
229
+ name: v20250312
230
+ parameters:
231
+ path:
232
+ name: '/api/atlas/v2/groups/{groupId}/databaseUsers'
233
+ verb: post
234
+ references:
235
+ - *groupRef
236
+ entry:
237
+ schema: 'CloudDatabaseUser'
238
+ filters:
239
+ readWriteOnly: true
0 commit comments