Projet

Général

Profil

0001-tests_authentic-add-api-clients-manager-role-export-.patch

Paul Marillonnet, 17 novembre 2022 10:02

Télécharger (2,48 ko)

Voir les différences:

Subject: [PATCH] tests_authentic: add api clients manager role export data
 (#71284)

 .../data_authentic_export_site.json           | 44 +++++++++++++++++++
 1 file changed, 44 insertions(+)
tests_authentic/data_authentic_export_site.json
69 69
                    "service": null,
70 70
                    "slug": "_a2-manager-of-users"
71 71
                },
72
                {
73
                    "name": "Manager of API clients",
74
                    "ou": null,
75
                    "service": null,
76
                    "slug": "_a2-manager-of-api-clients"
77
                },
72 78
                {
73 79
                    "name": "Manager of authenticators",
74 80
                    "ou": null,
......
277 283
            "service": null,
278 284
            "slug": "_a2-manager-of-users"
279 285
        },
286
        {
287
            "description": "",
288
            "external_id": "",
289
            "name": "Manager of API clients",
290
            "ou": null,
291
            "permissions": [
292
                {
293
                    "operation": {
294
                        "slug": "admin"
295
                    },
296
                    "ou": null,
297
                    "target": {
298
                        "app_label": "authentic2",
299
                        "model": "apiclient"
300
                    },
301
                    "target_ct": {
302
                        "app_label": "contenttypes",
303
                        "model": "contenttype"
304
                    }
305
                },
306
                {
307
                    "operation": {
308
                        "slug": "search"
309
                    },
310
                    "ou": null,
311
                    "target": {
312
                        "app_label": "a2_rbac",
313
                        "model": "organizationalunit"
314
                    },
315
                    "target_ct": {
316
                        "app_label": "contenttypes",
317
                        "model": "contenttype"
318
                    }
319
                }
320
            ],
321
            "service": null,
322
            "slug": "_a2-manager-of-api-clients"
323
        },
280 324
        {
281 325
            "description": "",
282 326
            "external_id": "",
283
-