feat(certificates): configure expiry thresholds #827
No reviewers
Labels
No labels
E2E Failure
area:agent
area:audit-log
area:auth
area:authz
area:ci
area:crypto
area:db
area:docker
area:headers
area:ingest
area:ldap
area:rate-limit
area:ssrf
area:supply-chain
area:terminal
autorelease: pending
autorelease: tagged
bug
claude-working
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority: critical
priority: high
priority: low
priority: medium
question
security
sev:critical
sev:high
sev:info
sev:low
sev:medium
tests-required
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carrtech/ct-ops!827
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/certificate-expiry-thresholds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- add certificate expiry warning and critical threshold settings on the Instance settings page\n- store the policy in instance metadata and recalculate certificate posture when it changes\n- make web-created and ingest-evaluated certificate expiry alerts use warning/critical windows by severity\n\n## Validation\n- node --experimental-strip-types --test lib/certificate-expiry-policy.test.mjs lib/db/schema/metadata-validation.test.mjs lib/actions/dashboard-standalone.test.mjs\n- corepack pnpm@10.6.5 --filter web type-check\n- corepack pnpm@10.6.5 --filter web test:unit (blocked by unrelated missing lib/dsum/dsum.ts; issue #826 opened)\n- corepack pnpm@10.6.5 go:test\n- BETTER_AUTH_URL=https://localhost DATABASE_URL=postgresql://ctops:ctops@localhost:5432/ctops corepack pnpm@10.6.5 --filter web build