22 lines
756 B
Plaintext
22 lines
756 B
Plaintext
IssuerDirectory:
|
|
# Override connection secrets via environment variables (ISSUERDIRECTORY__MONGO__*)
|
|
# rather than editing this file for production.
|
|
telemetry:
|
|
minimumLogLevel: Information
|
|
authority:
|
|
enabled: true
|
|
issuer: https://authority.example.com/realms/stellaops
|
|
requireHttpsMetadata: true
|
|
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=postgres;Port=5432;Database=stellaops_platform;Username=stellaops;Password=change-me"
|
|
schema: issuer
|
|
commandTimeoutSeconds: 30
|