feat: Implement Policy Engine Evaluation Service and Cache with unit tests
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Temp commit to debug
This commit is contained in:
@@ -3,3 +3,25 @@ findings:
|
||||
ledger:
|
||||
database:
|
||||
connectionString: Host=postgres
|
||||
authority:
|
||||
issuer: https://authority.internal/
|
||||
requireHttpsMetadata: true
|
||||
metadataAddress: https://authority.internal/.well-known/openid-configuration
|
||||
audiences:
|
||||
- stellaops:vuln-ledger
|
||||
requiredScopes:
|
||||
- vuln:operate
|
||||
- vuln:audit
|
||||
merkle:
|
||||
batchSize: 1000
|
||||
windowDuration: 00:15:00
|
||||
projection:
|
||||
batchSize: 200
|
||||
idleDelay: 00:00:05
|
||||
policyEngine:
|
||||
baseAddress: https://policy-engine.svc.cluster.local/api/
|
||||
tenantHeaderName: X-Stella-Tenant
|
||||
requestTimeout: 00:00:10
|
||||
cache:
|
||||
sizeLimit: 2048
|
||||
entryLifetime: 00:30:00
|
||||
|
||||
Reference in New Issue
Block a user