Concelier ACSC Connector Operations

Last updated: 2026-05-10

Audience: Stella Ops operators running the Concelier ACSC connector.

1. Overview

The ACSC connector ingests the public Australian Cyber Security Centre (ACSC, part of the Australian Signals Directorate) RSS feeds and maps them to canonical advisory IDs. The runtime/catalog source ID is auscert.

2. Authentication

3. Configuration (concelier.yaml)

concelier:
  sources:
    auscert:
      baseEndpoint: "https://www.cyber.gov.au/"
      feeds:
        - "alerts|/rss/alerts|true"
        - "advisories|/rss/advisories|true"
        - "news|/rss/news|false"
        - "publications|/rss/publications|false"
        - "ism-updates|/rss/ism-updates|false"
      requestTimeout: "00:01:00"
      failureBackoff: "00:05:00"
      initialBackfill: "120d"
      enableRelayFallback: true
      preferRelayByDefault: false
      forceRelay: false
      relayEndpoint: null
      requestVersion: "2.0"
      versionPolicy: "RequestVersionOrLower"
      mirrorFallbackEnabled: false
      ausCertPortalRssUrl: "https://portal.auscert.org.au/rss/bulletins/"
      operatorCheckedMirrorFallbackEnabled: false

Legacy concelier:sources:acsc binding is still accepted for compatibility, but new setups should use concelier:sources:auscert so the documented defaults match /api/v1/advisory-sources.

4. Offline and Air-Gapped Deployments

5. Common Failure Modes