# Open Notificaties (NRC) setup_configuration (S-01-c, #56). # Wires NRC so OpenZaak can publish notifications: # - the JWT credential OpenZaak authenticates with, # - delegation of authorization checks to OpenZaak's Autorisaties API (AC), # - the `zaken` kanaal OpenZaak publishes zaak events on. # Dev-only credentials — not for production. Steps from nrc.setup_configuration. # 1. JWT credential NRC uses to verify the token OpenZaak presents. vng_api_common_credentials_config_enable: true vng_api_common_credentials: items: - identifier: big-reference-seed secret: insecure-dev-secret-change-me # 2. The Autorisaties API (OpenZaak's AC) NRC consults to authorize publishers. zgw_consumers_config_enable: true zgw_consumers: services: - identifier: openzaak-ac label: OpenZaak Autorisaties API api_type: ac api_root: http://openzaak:8000/autorisaties/api/v1/ auth_type: zgw client_id: big-reference-seed secret: insecure-dev-secret-change-me # 3. Delegate authorization to that AC. autorisaties_api_config_enable: true autorisaties_api: authorizations_api_service_identifier: openzaak-ac # 4. The kanaal OpenZaak publishes zaak events on. notifications_kanalen_config_enable: true notifications_kanalen_config: items: - naam: zaken documentatie_link: https://github.com/VNG-Realisatie/gemma-zaken filters: - bronorganisatie - zaaktype - vertrouwelijkheidaanduiding