Parse private_ext_prefixes from spec.

TODO: ensure that this spec change is backward/forward compatible
This commit is contained in:
Anastasia Lubennikova
2023-06-28 15:46:01 +03:00
parent 1d407f937f
commit ceebc8e870
3 changed files with 20 additions and 11 deletions

View File

@@ -60,6 +60,8 @@ pub struct ComputeSpec {
/// If set, 'storage_auth_token' is used as the password to authenticate to
/// the pageserver and safekeepers.
pub storage_auth_token: Option<String>,
pub private_extensions: Option<Vec<String>>,
}
#[serde_as]