Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ is_sigv4
Method
is_sigv4
crates/openshell-supervisor-network/src/l7/mod.rs:79–81 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
77
78
impl CredentialSigning {
79
pub fn is_sigv4(&self) -> bool {
80
matches!(self, Self::SigV4 | Self::SigV4Body | Self::SigV4NoBody)
81
}
82
}
83
84
/// Enforcement mode for L7 policy decisions.
Callers
2
parse_l7_config
Function · 0.80
relay_http_request_with_options_guarded
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected