Python GSAP broker reference implementation
Find a file
Tyler J King 85afbd8d61 feat(ansible): add guildhouse.bastion Ansible Galaxy collection
Dynamic inventory plugin — queries Bastion for managed devices,
groups by OS and compliance state, bastion_* host vars, zero
credentials in inventory.

Credential lookup plugin — resolves short-lived credentials from
Bastion's CredentialResolver at execution time. Graceful
degradation when broker unavailable.

Chronicle callback plugin — reports playbook lifecycle events
(started, task completed, completed) to Chronicle. Optionally
triggers compliance re-evaluation after playbook completion.

Shared BastionClient for all plugins using stdlib urllib.

Signed-off-by: Tyler King <tking@guildhouse.dev>
2026-04-14 11:23:03 -04:00
ansible_collection/guildhouse/bastion feat(ansible): add guildhouse.bastion Ansible Galaxy collection 2026-04-14 11:23:03 -04:00
gsap_broker feat(templates): add template system — manifest, policy, loader, registries 2026-04-14 11:09:41 -04:00
tests feat(ansible): add guildhouse.bastion Ansible Galaxy collection 2026-04-14 11:23:03 -04:00
.gitignore chore: add .venv to gitignore, remove from tracking 2026-04-14 08:13:35 -04:00
Dockerfile feat: fastapi-gsap — lightweight GSAP broker PoC 2026-03-30 14:10:21 -04:00
INTUNE.md docs: add Intune connector configuration guide 2026-04-14 05:30:06 -04:00
pyproject.toml feat: absorb llm-principal-broker as gsap_broker/delegations/ 2026-04-08 13:37:06 -04:00
README.md Initial commit 2026-03-30 18:03:34 +00:00
requirements.txt feat: fastapi-gsap — lightweight GSAP broker PoC 2026-03-30 14:10:21 -04:00
ROADMAP.md docs: add Bastion product roadmap 2026-04-14 10:35:07 -04:00
uv.lock fix: capability enforcement, credential safety, atomic delegations, input validation 2026-04-14 08:13:27 -04:00

fastapi-gsap

Lightweight FastAPI reference implementation of the GSAP broker (GCAP-SPEC-SHELLBOUND-BROKER-0001)