Merge pull request #11418 from microsoft/saulparedes/flag_secure_mount

agent: add feature flag to secure_mount method
This commit is contained in:
Xuewei Niu
2025-06-15 10:59:20 +08:00
committed by GitHub

View File

@@ -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,