Governance for AAL, authenticator binding, activation, replacement, recovery, reset, revocation, failure controls, and authentication evidence.
This repository is an installable SSOT Registry governance pack. It packages immutable ADR and SPEC documents for explicit, operator-approved downstream synchronization.
Short answer: authenticator-lifecycle-governance-pack is an installable SSOT governance pack for Authenticator Lifecycle. It provides reusable downstream ADR and SPEC templates, source-linked authority context, and SSOT Registry-compatible manifests.
Use this package when a downstream repository needs governed decisions and implementation-ready requirements for authenticator lifecycle, without copying those requirements into adjacent governance packs.
- Installable Python package:
authenticator-lifecycle-governance-pack - GitHub package repository:
groupsum/authenticator-lifecycle-governance-pack - Import package:
authenticator_lifecycle_governance_pack - 4 portable downstream ADR templates for governed decisions.
- 5 portable downstream SPEC templates for implementation and conformance requirements.
- SSOT Registry-compatible metadata, manifests, hashes, reservation ownership, and compatibility declarations.
- Pack ID:
pack:authenticator-lifecycle - PyPI package:
authenticator-lifecycle-governance-pack - Import package:
authenticator_lifecycle_governance_pack - GitHub repository: groupsum/authenticator-lifecycle-governance-pack
- Reservation owner:
extension-pack:authenticator-lifecycle-governance-pack - Python compatibility:
>=3.10,<3.15 - SSOT Registry schema:
>=0.4.0 - SSOT pack contract:
>=0.2.17,<0.3.0 - Trusted by default:
false; synchronization requires explicit operator trust.
Authenticator Lifecycle
adr:aal-governs-authenticator-and-authentication-strength- AAL Governs Authenticator And Authentication Strengthadr:authenticator-binding-replacement-and-revocation-are-governed- Authenticator Binding Replacement And Revocation Are Governedadr:account-recovery-must-preserve-target-assurance- Account Recovery Must Preserve Target Assuranceadr:authentication-events-require-assurance-evidence- Authentication Events Require Assurance Evidence
spc:authenticator-assurance-contract- Authenticator Assurance Contractspc:authenticator-binding-and-lifecycle-contract- Authenticator Binding And Lifecycle Contractspc:account-recovery-and-reset-contract- Account Recovery And Reset Contractspc:authentication-failure-and-rate-limit-contract- Authentication Failure And Rate Limit Contractspc:authentication-event-and-audit-contract- Authentication Event And Audit Contract
uv add authenticator-lifecycle-governance-pack
uv add ssot-registry authenticator-lifecycle-governance-packThe pack is not trusted implicitly. Inspect and preflight it before explicitly approving synchronization:
uvx --from ssot-registry ssot pack inspect authenticator_lifecycle_governance_pack
uvx --from ssot-registry ssot pack preflight . authenticator_lifecycle_governance_pack --all
uvx --from ssot-registry ssot pack sync . authenticator_lifecycle_governance_pack --all --trust --yes
uvx --from ssot-registry ssot validate .Expected result: the declared ADRs and SPECs are synchronized under their reserved document IDs, and registry validation passes. Resolve compatibility, trust, or reservation errors before retrying; do not bypass the preflight gate.
from authenticator_lifecycle_governance_pack import load_document_manifest, read_packaged_document_text
adr_manifest = load_document_manifest("adr")
spec_manifest = load_document_manifest("spec")
text = read_packaged_document_text("spec", "SPEC-2000-authenticator-assurance-contract.yaml")- GitHub package repository: groupsum/authenticator-lifecycle-governance-pack
- PyPI package: authenticator-lifecycle-governance-pack
- SSOT Registry: ssot-registry
- SSOT pack contracts: ssot-pack-contracts
This package is the canonical owner of the authenticator lifecycle governance surfaces represented by its packaged ADRs and SPECs. Adjacent packs may define integration profiles, but must reference these document identities instead of restating their normative requirements.