mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 15:14:08 +00:00
Merge pull request #11418 from microsoft/saulparedes/flag_secure_mount
agent: add feature flag to secure_mount method
This commit is contained in:
commit
b43a61e2c8
@ -74,6 +74,7 @@ impl CDHClient {
|
|||||||
Ok(unsealed_secret.plaintext)
|
Ok(unsealed_secret.plaintext)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "guest-pull")]
|
||||||
pub async fn secure_mount(
|
pub async fn secure_mount(
|
||||||
&self,
|
&self,
|
||||||
volume_type: &str,
|
volume_type: &str,
|
||||||
|
Loading…
Reference in New Issue
Block a user