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

CLI: make self-encryption optional #1606

Merged
merged 2 commits into from
Dec 30, 2015
Merged

CLI: make self-encryption optional #1606

merged 2 commits into from
Dec 30, 2015

Conversation

maxtaco
Copy link
Contributor

@maxtaco maxtaco commented Dec 29, 2015

  • plumb options through to engine
  • tested successfully via the command line
  • test in engine/
  • fix C/I tests for new encryption arg format

- plumb options through to engine
- tested successfully via the command line
- test in engine/
- fix C/I tests for new encryption arg format
@maxtaco
Copy link
Contributor Author

maxtaco commented Dec 29, 2015

@akalin-keybase here is the new PR

@@ -71,5 +78,8 @@ func (e *SaltPackDecrypt) Run(ctx *Context) (err error) {
return libkb.KeyCannotDecryptError{}
}

return libkb.SaltPackDecrypt(e.arg.Source, e.arg.Sink, kp)
e.G().Log.Debug("| run SaltPackDecrypt")
Copy link
Contributor

Choose a reason for hiding this comment

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

these logs seem redundant to the ones at the top of the function...

@akalin-keybase
Copy link
Contributor

lgtm after nit!

maxtaco added a commit that referenced this pull request Dec 30, 2015
CLI: make self-encryption optional
@maxtaco maxtaco merged commit 996786e into master Dec 30, 2015
@maxtaco maxtaco deleted the maxtaco/CORE-2143 branch December 30, 2015 14:00
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.

2 participants