22 lines
755 B
YAML
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
|