Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove call to String() #8

Merged
merged 7 commits into from
May 20, 2020
Merged

Remove call to String() #8

merged 7 commits into from
May 20, 2020

Conversation

hebime
Copy link
Contributor

@hebime hebime commented May 19, 2020

The string() attaches the prefix data: to the secret. This is causing the wrong the information to be injected into the environment. Accessing the []byte directly does not cause this prefix to be added.

Update: Added tests so that we don't see a regression.
Moved the gsmanager into its own package under the secretprovider provider this way you don't have to import all deps when using a specific SecretProvider.

@hebime hebime requested review from iToto and eljamali May 19, 2020 20:34
@hebime hebime changed the title Remove call to string() Remove call to String() May 19, 2020
iToto
iToto previously approved these changes May 19, 2020
Copy link
Member

@iToto iToto left a comment

Choose a reason for hiding this comment

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

🐝

Copy link
Member

@iToto iToto left a comment

Choose a reason for hiding this comment

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

👍

@hebime hebime merged commit 245073e into master May 20, 2020
@hebime hebime deleted the remove-prefix branch May 20, 2020 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants