Files
git.stella-ops.org/src/Web/StellaOps.Web/src/config/config.sample.json

33 lines
1.4 KiB
JSON

{
"authority": {
"issuer": "https://authority.example.dev",
"clientId": "stella-ops-ui",
"authorizeEndpoint": "https://authority.example.dev/connect/authorize",
"tokenEndpoint": "https://authority.example.dev/connect/token",
"logoutEndpoint": "https://authority.example.dev/connect/logout",
"redirectUri": "http://localhost:4400/auth/callback",
"postLogoutRedirectUri": "http://localhost:4400/",
"scope": "openid profile email ui.read authority:tenants.read advisory:read vex:read exceptions:read exceptions:approve aoc:verify findings:read orch:read release:read release:write release:publish vuln:view vuln:investigate vuln:operate vuln:audit registry.admin",
"audience": "https://scanner.example.dev",
"dpopAlgorithms": ["ES256"],
"refreshLeewaySeconds": 60
},
"apiBaseUrls": {
"authority": "https://authority.example.dev",
"scanner": "https://scanner.example.dev",
"policy": "https://scanner.example.dev",
"concelier": "https://concelier.example.dev",
"attestor": "https://attestor.example.dev"
},
"telemetry": {
"otlpEndpoint": "",
"sampleRate": 0
},
"quickstartMode": true,
"welcome": {
"title": "StellaOps Web Quickstart",
"message": "You are viewing a demo configuration. Replace endpoints with your deployment values and disable quickstart when promoting to production.",
"docsUrl": "https://docs.stellaops.example/quickstart"
}
}