-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🍱 [#18] Dump Open Zaak configuration fixture
The configuration includes: * Disabled all APIs that are not relevant (only Documenten API is relevant) * Added API client/application for WOO Publications to use * Added service definition from OZ -> WooP, currently without credentials
- Loading branch information
1 parent
5d2c15a
commit 0e6b65d
Showing
2 changed files
with
142 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,121 @@ | ||
[] | ||
[ | ||
{ | ||
"model": "authorizations.applicatie", | ||
"pk": 1, | ||
"fields": { | ||
"uuid": "4dd384d6-a941-4523-9b68-49746921e78d", | ||
"client_ids": "[\"woo-publications-dev\"]", | ||
"label": "WOO Publicatiebank", | ||
"heeft_alle_autorisaties": true | ||
} | ||
}, | ||
{ | ||
"model": "vng_api_common.jwtsecret", | ||
"pk": 1, | ||
"fields": { | ||
"identifier": "woo-publications-dev", | ||
"secret": "insecure-yQL9Rzh4eHGVmYx5w3J2gu" | ||
} | ||
}, | ||
{ | ||
"model": "config.internalservice", | ||
"pk": 1, | ||
"fields": { | ||
"api_type": "ac", | ||
"enabled": true | ||
} | ||
}, | ||
{ | ||
"model": "config.internalservice", | ||
"pk": 2, | ||
"fields": { | ||
"api_type": "zrc", | ||
"enabled": false | ||
} | ||
}, | ||
{ | ||
"model": "config.internalservice", | ||
"pk": 3, | ||
"fields": { | ||
"api_type": "ztc", | ||
"enabled": false | ||
} | ||
}, | ||
{ | ||
"model": "config.internalservice", | ||
"pk": 4, | ||
"fields": { | ||
"api_type": "drc", | ||
"enabled": true | ||
} | ||
}, | ||
{ | ||
"model": "config.internalservice", | ||
"pk": 5, | ||
"fields": { | ||
"api_type": "brc", | ||
"enabled": false | ||
} | ||
}, | ||
{ | ||
"model": "config.featureflags", | ||
"pk": 1, | ||
"fields": { | ||
"allow_unpublished_typen": false | ||
} | ||
}, | ||
{ | ||
"model": "zgw_consumers.service", | ||
"pk": 1, | ||
"fields": { | ||
"label": "VNG Selectielijst", | ||
"oas": "https://selectielijst.openzaak.nl/api/v1/schema/openapi.yaml", | ||
"oas_file": "", | ||
"uuid": "fd46ec3f-db03-4915-b406-b874a706a1b4", | ||
"api_type": "orc", | ||
"api_root": "https://selectielijst.openzaak.nl/api/v1/", | ||
"client_id": "", | ||
"secret": "", | ||
"auth_type": "no_auth", | ||
"header_key": "", | ||
"header_value": "", | ||
"nlx": "", | ||
"user_id": "", | ||
"user_representation": "", | ||
"client_certificate": null, | ||
"server_certificate": null | ||
} | ||
}, | ||
{ | ||
"model": "zgw_consumers.service", | ||
"pk": 2, | ||
"fields": { | ||
"label": "Woo Publications", | ||
"oas": "http://host.docker.internal:8000/api/v1/", | ||
"oas_file": "", | ||
"uuid": "120d62ff-5f95-44ee-8439-19c162a020c1", | ||
"api_type": "orc", | ||
"api_root": "http://host.docker.internal:8000/api/v1/", | ||
"client_id": "", | ||
"secret": "", | ||
"auth_type": "no_auth", | ||
"header_key": "Authorization", | ||
"header_value": "Token :future:", | ||
"nlx": "", | ||
"user_id": "", | ||
"user_representation": "", | ||
"client_certificate": null, | ||
"server_certificate": null | ||
} | ||
}, | ||
{ | ||
"model": "zgw_consumers.nlxconfig", | ||
"pk": 1, | ||
"fields": { | ||
"directory": "", | ||
"outway": "", | ||
"certificate": "", | ||
"certificate_key": "" | ||
} | ||
} | ||
] |