Skip to content

Conversation

@CDeltakai
Copy link
Contributor

@CDeltakai CDeltakai commented Jun 4, 2025

Description

This PR migrates the following VaultsSecrets handlers to use RawHandler instead of DuplexHandler which will allow handlers to directly transfer binary data instead of first being turned into JSON. It will also use js-virtualtar in order to pack desired files into tars before sending it across the stream, where it will be unpacked by a parser also provided by js-virtualtar.

Issues Fixed

Tasks

  • 1. Migrate VaultsSecretsCat
  • 2. Migrate VaultsSecretsWriteFile
  • 3. Migrate VaultsSecretsEnv

Final checklist

  • Domain specific tests
  • Full tests
  • Updated inline-comment documentation
  • Lint fixed
  • Squash and rebased
  • Sanity check the final build

@CDeltakai CDeltakai changed the title feat: installing js-virtualtar Migrate all VaultsSecrets handlers to RawHandler Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants