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

ensure API key is hidden in build output #193

Merged
merged 1 commit into from
Oct 19, 2018
Merged

ensure API key is hidden in build output #193

merged 1 commit into from
Oct 19, 2018

Conversation

adamralph
Copy link
Contributor

I think Travis CI is smart enough to hide anything in the output which originates from a secure value, but it's probably better to be explicit and suppress the console echo for the nuget push commands.

It's probably better to regard the Travis CI security feature as a fallback mechanism. E.g. you might choose to switch CI hosts in the future.

@adamralph
Copy link
Contributor Author

adamralph commented Oct 17, 2018

Also, I guess you might run this locally to deploy, and there's a chance you might copy paste the build output somewhere for some reason. Ultimately, it's better not to echo the API key anywhere.

FYI: adamralph/simple-exec#57

@damianh damianh merged commit 544eda4 into SQLStreamStore:master Oct 19, 2018
@adamralph adamralph deleted the hide-api-key branch October 19, 2018 14:58
@damianh damianh added this to the v1.2.0 milestone Oct 26, 2018
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