You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address PR review - separate policy API, remove tdx_report()
- Remove tdx_report() method, callers use tdx_qvr()+supplemental() instead
- Fix ppid access: use supplemental().platform.pck.ppid (no QVR clone)
- Split TCB policy into separate API endpoints:
- GET /policy/app/:appId and GET /policy/kms
- auth_api.get_app_policy() and auth_api.get_kms_policy() in Rust
- Remove tcbPolicy from BootResponse (separate concern)
- Move policy validation before is_app_allowed check
- Fix cargo fmt issues
0 commit comments