pub async fn set_secret( core: &Arc<AppCore>, key: &str, value: &str, description: Option<String>, ) -> Result<()>
Set or update a secret with optional description