diff --git a/rust-connector-sdk/src/secret.rs b/rust-connector-sdk/src/secret.rs index 6a582816..3c2b706d 100644 --- a/rust-connector-sdk/src/secret.rs +++ b/rust-connector-sdk/src/secret.rs @@ -17,6 +17,7 @@ pub enum SecretValueImpl { /// /// This marker type indicates that a value should be configured /// from secrets drawn from a secret store. +#[derive(Serialize, Deserialize, Debug, Clone)] pub struct SecretValue(pub SecretValueImpl); impl JsonSchema for SecretValue {