Files
git.stella-ops.org/docs/implplan/SPRINT_205_cli_v.md
master 75c2bcafce
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Add LDAP Distinguished Name Helper and Credential Audit Context
- Implemented LdapDistinguishedNameHelper for escaping RDN and filter values.
- Created AuthorityCredentialAuditContext and IAuthorityCredentialAuditContextAccessor for managing credential audit context.
- Developed StandardCredentialAuditLogger with tests for success, failure, and lockout events.
- Introduced AuthorityAuditSink for persisting audit records with structured logging.
- Added CryptoPro related classes for certificate resolution and signing operations.
2025-11-09 12:21:38 +02:00

2.7 KiB

Sprint 205 - Experience & SDKs · 180.A) Cli.V

Active items only. Completed/historic work now resides in docs/implplan/archived_sprints_tasks.md (updated 2025-11-08).

[Experience & SDKs] 180.A) Cli.V Depends on: Sprint 180.A - Cli.IV Summary: Experience & SDKs focus on Cli (phase V).

Task ID State Task description Owners (Source)
CLI-TEN-47-001 TODO Implement stella login, whoami, tenants list, persistent profiles, secure token storage, and --tenant override with validation. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-TEN-49-001 TODO Add service account token minting, delegation (stella token delegate), impersonation banner, and audit-friendly logging. Dependencies: CLI-TEN-47-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VEX-30-001 TODO Implement stella vex consensus list with filters, paging, policy selection, --json/--csv. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VEX-30-002 TODO Implement stella vex consensus show displaying quorum, evidence, rationale, signature status. Dependencies: CLI-VEX-30-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VEX-30-003 TODO Implement stella vex simulate for trust/threshold overrides with JSON diff output. Dependencies: CLI-VEX-30-002. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VEX-30-004 TODO Implement stella vex export for consensus NDJSON bundles with signature verification helper. Dependencies: CLI-VEX-30-003. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-001 TODO Implement stella vuln list with grouping, paging, filters, --json/--csv, and policy selection. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-002 TODO Implement stella vuln show displaying evidence, policy rationale, paths, ledger summary; support --json for automation. Dependencies: CLI-VULN-29-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-003 TODO Add workflow commands (assign, comment, accept-risk, verify-fix, target-fix, reopen) with filter selection (--filter) and idempotent retries. Dependencies: CLI-VULN-29-002. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-004 TODO Implement stella vuln simulate producing delta summaries and optional Markdown report for CI. Dependencies: CLI-VULN-29-003. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-005 TODO Add stella vuln export and stella vuln bundle verify commands to trigger/download evidence bundles and verify signatures. Dependencies: CLI-VULN-29-004. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-006 TODO Update CLI docs/examples for Vulnerability Explorer with compliance checklist and CI snippets. Dependencies: CLI-VULN-29-005. DevEx/CLI Guild, Docs Guild (src/Cli/StellaOps.Cli)