From 19cd75293ff2de5f411b8768d6dc81d8b5f11f8e Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Fri, 5 Dec 2025 22:24:16 -0800 Subject: [PATCH] Added a 'kingfisher view' subcommand that serves the bundled access-map HTML viewer from the binary so users can load JSON or JSONL reports passed on the CLI (or upload them in the browser) over a configurable local-only port. --- docs/access-map-viewer/index.html | 289 +++++++++++++++++++++++++----- src/cli/commands/view.rs | 23 ++- src/cli/global.rs | 5 +- src/main.rs | 4 +- 4 files changed, 271 insertions(+), 50 deletions(-) diff --git a/docs/access-map-viewer/index.html b/docs/access-map-viewer/index.html index 5141e23..c4fb99a 100644 --- a/docs/access-map-viewer/index.html +++ b/docs/access-map-viewer/index.html @@ -565,7 +565,9 @@ Access Map & Findings - +
+ +
@@ -620,7 +622,10 @@

Access Map

Identity hierarchy: Identity > Resources > Resource > Permissions

- +
+ + +
@@ -673,6 +678,8 @@

Detailed list of detected secrets

+ +