MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / revoke_ssh_session

Method revoke_ssh_session

crates/openshell-server/src/grpc/mod.rs:351–356  ·  view source on GitHub ↗
(
        &self,
        request: Request<RevokeSshSessionRequest>,
    )

Source from the content-addressed store, hash-verified

349
350 #[rpc_auth(auth = "bearer", scope = "sandbox:write", role = "user")]
351 async fn revoke_ssh_session(
352 &self,
353 request: Request<RevokeSshSessionRequest>,
354 ) -> Result<Response<RevokeSshSessionResponse>, Status> {
355 sandbox::handle_revoke_ssh_session(&self.state, request).await
356 }
357
358 // --- Providers ---
359

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected