feat(call): wire dispatch_requested to resolve peer Identity, ACL gate, and forwarded_for (call/dispatch-peer-identity)

This commit is contained in:
2026-06-28 22:14:43 +00:00
parent 37e430b09d
commit bcb3ba69bb
10 changed files with 428 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ use async_trait::async_trait;
use crate::config::{DynamicConfig, PeerEntry};
use crate::store::StoreError;
#[derive(Debug, Clone, PartialEq)]
#[derive(Debug, Clone, PartialEq, serde::Serialize, serde::Deserialize)]
pub struct Identity {
pub id: String,
pub scopes: Vec<String>,