-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.yaml
More file actions
64 lines (59 loc) · 2.04 KB
/
Copy pathdata.yaml
File metadata and controls
64 lines (59 loc) · 2.04 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
zgw_consumers_config_enable: true
zgw_consumers:
services:
- identifier: open-zaak-auth
label: Open Zaak Auth
api_root: http://localhost:8003/autorisaties/api/v1
api_type: ac
auth_type: zgw
client_id: open-notificaties
secret: this-secret-is-very-secure
- identifier: open-notificaties-api
label: Open Notificaties
api_root: http://localhost:8008/api/v1
api_type: nrc
auth_type: zgw
client_id: open-notificaties
secret: this-secret-is-very-secure
autorisaties_api_config_enable: true
autorisaties_api:
authorizations_api_service_identifier: open-zaak-auth
vng_api_common_credentials_config_enable: true
vng_api_common_credentials:
items:
- identifier: open-notificaties
secret: this-secret-is-very-secure
- identifier: open-product
secret: this-secret-is-very-secure
- identifier: open-zaak
secret: this-secret-is-very-secure
notifications_config_enable: true
notifications_config:
notification_delivery_max_retries: 7
notification_delivery_retry_backoff: 25
notification_delivery_retry_backoff_max: 52000
notification_delivery_base_factor: 4
notifications_api_service_identifier: open-notificaties-api
notifications_subscriptions_config_enable: true
notifications_subscriptions_config:
items:
- uuid: aa4be394-9f89-4291-a0e8-f18b4e7b5ae1
channels:
- autorisaties
identifier: open-notificaties
callback_url: http://localhost:8008/api/v1/callbacks
client_id: open-notificaties
secret: this-secret-is-very-secure
notifications_abonnementen_config_enable: true
notifications_abonnementen_config:
items:
- uuid: c7fea6b4-451d-49b8-8dbc-39c9264746ad
callback_url: http://localhost:8003/events
cloudevent_filters:
# TODO: this also needs to include the product date-change notification
- nl.overheid.zaken.zaak-gekoppeld
- nl.overheid.zaken.zaak-ontkoppeld
auth_type: zgw
auth_client_id: open-zaak
secret: this-secret-is-very-secure
send_cloudevents: true