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

[client] get key format cleanup #331

Closed
cesarghali opened this issue Sep 1, 2016 · 2 comments
Closed

[client] get key format cleanup #331

cesarghali opened this issue Sep 1, 2016 · 2 comments
Assignees

Comments

@cesarghali
Copy link
Collaborator

cesarghali commented Sep 1, 2016

Running the following set of commands:

  1. goreman start
  2. ./key-transparency-client post <email> -d '{"app1": "dGVzdA=="}' --config=./.key-transparency.yaml --verbose
  3. ./key-transparency-client get <email> --config=.key-transparency.yaml

returns:

Profile for <email>: keys:<key:"app1" value:"test" >

Desired output:

{"app1": "dGVzdA=="}
@cesarghali cesarghali added the bug label Sep 1, 2016
@cesarghali cesarghali added this to the Version 1 milestone Sep 1, 2016
@gdbelvin gdbelvin added enhancement and removed bug labels Sep 1, 2016
@gdbelvin gdbelvin removed this from the Version 1 milestone Sep 1, 2016
@gdbelvin gdbelvin changed the title Client Get Command Does Not Show Keys [client] get key format cleanup Sep 1, 2016
@cesarghali
Copy link
Collaborator Author

Update README.md when this is fixed.

@gdbelvin
Copy link
Contributor

Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants