Add TEE-side child path access policies#197
Open
crossagent-production-app[bot] wants to merge 1 commit into
Open
Add TEE-side child path access policies#197crossagent-production-app[bot] wants to merge 1 commit into
crossagent-production-app[bot] wants to merge 1 commit into
Conversation
Author
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.

Links #7
Adds a security-group-like child derivation path policy layer for agent HDKD paths. Pair approval explicitly activates the path policy, unknown paths are denied by default, and suspend/resume endpoints can toggle JWT issuance without pretending the mathematically-derived child key relationship can be destroyed. The parent-control UI now surfaces the TEE child path policy state on the agent permission detail page.
Change:
Objective Evidence:
cargo check -p agentkeys-broker-server: passed.cargo test -p agentkeys-broker-server storage::grants::tests::child_path_policy -- --nocapture: passed.cargo test -p agentkeys-broker-server --test agent_bootstrap_flow -- --nocapture: passed.npm --prefix apps/parent-control run typecheck: passed.env -u NODE_ENV npm --prefix apps/parent-control run build -- --no-lint: passed../provisioner-scripts/node_modules/.bin/playwright screenshot http://127.0.0.1:3113 /tmp/agentkeys-issue7-playwright-screenshot-clean.png: passed and captured the local product UI.Visual Evidence:
Reviewer:
Risks / Not Covered: