Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ app_keys_file
Method
app_keys_file
dstack-util/src/system_setup.rs:820–822 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
818
}
819
820
fn app_keys_file(&self) -> PathBuf {
821
self.shared.dir.join(APP_KEYS)
822
}
823
824
async fn request_app_keys_from_kms_url(&self, kms_url: String) -> Result<AppKeys> {
825
info!(
"Requesting app keys from KMS: {kms_url}"
);
Callers
1
setup_fs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected