feat(portal): story mode, one-click flows, governed-agent panel - #82
Merged
Conversation
Add a Fly static deploy (nginx) for the web/ demo portal and default the registry URL to https://idprova-registry.fly.dev (overridable via VITE_REGISTRY_URL). Deployed at https://idprova-portal.fly.dev. Co-authored-by: TechBlaze <info@techblaze.com.au>
Add a hero strip, per-tab captions that decode the AID/DAT jargon, and relabel the guided demo as a narrated Issue -> Verify -> Revoke story so a non-technical client can follow the demo without a glossary. Co-Authored-By: TechBlaze <info@techblaze.com.au>
Redesign the demo's three core steps to minimise interactions for a non-technical audience, each pre-filled with the Northwind procurement story and editable under a Customize toggle: - AIDs: 'Create agent' auto-generates a signing key, builds the document, and registers it live in one click. Registry errors are now a calm, retryable note instead of a fatal red TypeError (the agent is still built). - DATs: 'Issue permission' signs a scoped token (orders:create, 90d) and verifies it in the same click, showing green checks. Added a 90-day expiry. - Revocation: a new shared 'issued permission' store lets the off-switch target the exact token granted on the DATs step — one 'Revoke authority' click, no JTI copy/paste; soft note if the registry is unreachable. Co-Authored-By: TechBlaze <info@techblaze.com.au>
- Keygen: flag as optional (keys auto-generate on create/grant), pre-fill label. - Receipts: rename to 'Audit trail', add plain intro + one-click 'Load sample audit trail' (the Northwind order/deny/revoke story) so it verifies with no file. - Dashboard: rename to 'Live registry' with a plain intro; de-jargon labels. Co-Authored-By: TechBlaze <info@techblaze.com.au>
New 'Governed Dev Agent' tab showing a coding agent on our own hardware whose every action is sanctioned by the cloud registry: an on-prem<->cloud banner, a timeline of 3 ALLOW (repo:read/ci:test/pr:create) + 4 DENY (deploy/force-push/delete/protected) from a real CT204 run, and the verifiable receipt log. Overreach denied by construction. Co-Authored-By: TechBlaze <info@techblaze.com.au>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan