Add LDAP Distinguished Name Helper and Credential Audit Context
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled

- 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.
This commit is contained in:
master
2025-11-09 12:21:38 +02:00
parent ba4c935182
commit 75c2bcafce
385 changed files with 7354 additions and 7344 deletions

View File

@@ -1,7 +0,0 @@
# Signer Guild Task Board (UTC 2025-10-19)
| ID | Status | Owner(s) | Depends on | Description | Exit Criteria |
|----|--------|----------|------------|-------------|---------------|
| SIGN-REPLAY-186-003 | TODO | Signing Guild | REPLAY-CORE-185-001 | Extend DSSE signing to cover replay manifests/input/output bundles with multi-profile crypto; update `docs/modules/signer/architecture.md` referencing `docs/replay/DETERMINISTIC_REPLAY.md` Section 5 and coordinate with Authority. | Replay signing integration tests pass; docs merged; Authority contract signed off. |
> Update status columns (TODO / DOING / DONE / BLOCKED) in tandem with code changes and associated tests.