2026-07-07 15:49:06 +02:00
2026-08-01 20:57:27 +02:00
2026-08-01 20:57:27 +02:00
2026-07-10 21:57:26 +02:00
2026-08-01 20:57:27 +02:00
2026-08-01 20:57:27 +02:00
2026-08-01 20:57:27 +02:00

GovOPlaN Identity Trust

Repository type: module (platform).

govoplan-identity-trust owns public device keys, key epochs, bounded authentication-assurance evidence, and auditable key-access trust decisions. It deliberately does not own login sessions, resource authorization, private keys, encryption, or plaintext.

The headless module exposes identity_trust.directory and identity_trust.assurance. Access or Policy must approve resource access first; Identity Trust then verifies the acting account, active public device key, current subject epoch, and assurance evidence. Encryption providers may consume that decision to rewrap a key, but no key material is returned by this module.

Focused verification:

PYTHONPATH=src:/mnt/DATA/git/govoplan-core/src \
  /mnt/DATA/git/govoplan/.venv/bin/python -m unittest discover -s tests
S
Description
GovOPlaN identity trust module for trusted identities, verification evidence, assurance levels, credentials, and trust-policy integration.
Readme
172 KiB
Languages
Python 80.4%
TypeScript 18.1%
CSS 0.8%
JavaScript 0.7%