MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / ensure_app_boot_allowed

Method ensure_app_boot_allowed

kms/src/main_service.rs:186–190  ·  view source on GitHub ↗
(&self, vm_config: &str)

Source from the content-addressed store, hash-verified

184 }
185
186 async fn ensure_app_boot_allowed(&self, vm_config: &str) -> Result<BootConfig> {
187 let att = self.ensure_attested()?;
188 self.ensure_app_attestation_allowed(att, false, false, vm_config)
189 .await
190 }
191
192 fn image_cache_dir(&self) -> PathBuf {
193 self.state.config.image.cache_dir.join("images")

Callers 1

get_app_keyMethod · 0.80

Calls 2

ensure_attestedMethod · 0.80

Tested by

no test coverage detected