Concelier CERT-FR Connector — Operations Runbook

Last updated: 2026-05-31

Audience: Stella Ops operators running the Concelier CERT-FR connector.

1. Overview

The CERT-FR connector ingests advisories (avis) and alerts (alertes) published by the French national CERT (ANSSI) and maps them to canonical advisory IDs. The runtime/catalog source ID is cert-fr, so the fetch pipeline runs as source:cert-fr:*.

2. Authentication

3. Configuration (concelier.yaml)

concelier:
  sources:
    cert-fr:
      feedUri: "https://www.cert.ssi.gouv.fr/avis/feed/"
      additionalFeedUris:
        - "https://www.cert.ssi.gouv.fr/alerte/feed/"
      initialBackfill: "365.00:00:00"
      windowOverlap: "2.00:00:00"
      maxItemsPerFetch: 100
      requestDelay: "00:00:00"

CERT-FR can also be configured through persisted source settings in the Web UI (Security Posture -> Configure Sources) or the CLI (stella db connectors configure cert-fr ...); host-local YAML remains the compatibility fallback.

4. Offline and air-gapped deployments

5. Common failure modes