Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
2f9b92f
feat(stage7): phase 2 — OIDC issuer in Rust broker + provisioner-scri…
WildmetaAgent Apr 27, 2026
68c947d
docs(stage7): mark phase 2 complete; document audit-destination plugg…
WildmetaAgent Apr 27, 2026
de1d534
docs(stage7): add operator end-to-end test + remote deployment guide
WildmetaAgent Apr 27, 2026
7bef633
feat(stage7): broker reads AWS creds via SDK default chain (profiles)…
WildmetaAgent Apr 28, 2026
7d770b9
chore: gitignore .claude/ runtime state
WildmetaAgent Apr 28, 2026
2bf1970
feat(setup): make setup-broker-host.sh interactive with explanations
WildmetaAgent Apr 28, 2026
e5c08cf
refactor(stage6+7): rename agentkeys-agent IAM role → agentkeys-data-…
WildmetaAgent Apr 28, 2026
456e12a
docs: use broker.litentry.org as canonical broker hostname example
WildmetaAgent Apr 28, 2026
4592e48
docs(stage7): add Route 53 DNS-wiring step + setup-broker-host.sh cal…
WildmetaAgent Apr 28, 2026
fae2478
fix(setup): two-phase nginx config to break certbot chicken-and-egg
WildmetaAgent Apr 28, 2026
b8d57ee
fix(setup): validate ISSUER_URL has scheme + strip trailing slash
WildmetaAgent Apr 28, 2026
44a41e5
docs(stage7): AWS recipe — pre-check stale OIDC provider, verify afte…
WildmetaAgent Apr 28, 2026
92355a8
docs: consolidate cloud setup; trim stage7 + operator-runbook
WildmetaAgent Apr 28, 2026
84313dd
docs(dev-setup): clarify devs and end users self-mint bearers identic…
WildmetaAgent Apr 28, 2026
0b58b45
docs(dev-setup): rewrite §4 around three dev contexts
WildmetaAgent Apr 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
.gstack/
AWSCLIV2.pkg

# Claude Code per-workspace runtime state (lock files, scheduled-task index,
# personal settings.local.json). Never check these in.
.claude/

# Local developer secrets — template is checked in as .env.example.
agentkeys-secrets.env

Expand Down
193 changes: 182 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading