checkId: check.timestamp.eidas.qts.status-change plugin: stellaops.doctor.timestamping severity: warn tags: [timestamping, eidas, qts, status, monitoring]

QTS Status Changes

This Stella Ops Doctor check surfaces recent changes in TSA qualification status so operators of eIDAS-regulated pipelines can react before a withdrawal becomes a compliance gap. Where QTS Providers Qualification reports the current state, this check is the change feed – it flags transitions in the last 7 days.

What It Checks

Alerts on TSA qualification status changes in the past 7 days. The check:

Why It Matters

Qualification status changes require operational response. A withdrawal means the provider’s timestamps no longer satisfy eIDAS requirements, and traffic should be migrated to an alternative provider. Early detection of changes enables proactive migration before compliance deadlines.

Common Causes

How to Fix

Docker Compose

# Review recent changes
docker exec <platform-container> stella tsa qualification changes --days 7

# If a provider was withdrawn, add a replacement
docker exec <platform-container> stella tsa add --name "Replacement QTS" --url "https://new-tsa.eu/tsr" --qualified

Bare Metal / systemd

stella tsa qualification changes --days 7
stella tsa qualification status

Kubernetes / Helm

Review changes and update provider configuration as needed.

Verification

stella doctor run --check check.timestamp.eidas.qts.status-change