Files
git.stella-ops.org/etc/issuer-directory/issuer-directory.yaml
2026-02-04 19:59:20 +02:00

22 lines
755 B
YAML

IssuerDirectory:
# Override connection secrets via environment variables (ISSUERDIRECTORY__MONGO__*)
# rather than editing this file for production.
telemetry:
minimumLogLevel: Information
authority:
enabled: true
issuer: http://authority.stella-ops.local
requireHttpsMetadata: false
audiences:
- stellaops-platform
readScope: issuer-directory:read
writeScope: issuer-directory:write
adminScope: issuer-directory:admin
tenantHeader: X-StellaOps-Tenant
seedCsafPublishers: true
csafSeedPath: data/csaf-publishers.json
Postgres:
connectionString: "Host=db.stella-ops.local;Port=5432;Database=stellaops_platform;Username=stellaops;Password=stellaops"
schema: issuer
commandTimeoutSeconds: 30