Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Do not skew binary data #244

Merged
merged 1 commit into from
Dec 5, 2019

Conversation

arruzk
Copy link
Contributor

@arruzk arruzk commented Dec 5, 2019

In some cases when AWS Secret Manage secret has a type Binary the value can be corrupted during uploading to Kubernetes.
.SecretBinary returns Buffer and it should not be converted.
Should fix #235

Could you please review this @Flydiverny @silasbw ?

Copy link
Member

@Flydiverny Flydiverny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the fix!

@Flydiverny Flydiverny merged commit 01e0ca2 into external-secrets:master Dec 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: SecretBinary not working properly
2 participants