proxy: add jwks endpoint to control plane and mock providers (#9165)

This commit is contained in:
Conrad Ludgate
2024-09-27 16:08:43 +01:00
committed by GitHub
parent 42ef08db47
commit 43b2445d0b
6 changed files with 193 additions and 16 deletions

View File

@@ -525,6 +525,10 @@ impl TestBackend for TestConnectMechanism {
{
unimplemented!("not used in tests")
}
fn dyn_clone(&self) -> Box<dyn TestBackend> {
Box::new(self.clone())
}
}
fn helper_create_cached_node_info(cache: &'static NodeInfoCache) -> CachedNodeInfo {