MCPcopy 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
78impl 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_configFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected