secret/internal
sneak 8ec3fc877d Fix GetValue methods to return LockedBuffer internally
- Changed Secret.GetValue and Version.GetValue to return *memguard.LockedBuffer
- Updated all internal callers to handle LockedBuffer properly
- For backward compatibility, vault.GetSecret still returns []byte but makes a copy
- This ensures secret values are protected in memory during decryption
- Updated tests to handle LockedBuffer returns
- Fixed CLI getSecretValue to use LockedBuffer throughout
2025-07-15 08:59:23 +02:00
..
cli Fix GetValue methods to return LockedBuffer internally 2025-07-15 08:59:23 +02:00
secret Fix GetValue methods to return LockedBuffer internally 2025-07-15 08:59:23 +02:00
vault Fix GetValue methods to return LockedBuffer internally 2025-07-15 08:59:23 +02:00