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

safe tree not working on vault 0.6.0 #31

Closed
norman-abramovitz opened this issue Jul 1, 2016 · 3 comments
Closed

safe tree not working on vault 0.6.0 #31

norman-abramovitz opened this issue Jul 1, 2016 · 3 comments

Comments

@norman-abramovitz
Copy link
Contributor

No good deed goes unpunished (Clare Boothe Luce)

running vault server -dev

$ safe vault list secret/aws
Keys
proto/
$ safe tree
!! secret not found
$ safe target
Currently targeting proto at http://127.0.0.1:8200
$ safe vault version
Vault v0.6.0
$ safe vault status
Sealed: false
Key Shares: 1
Key Threshold: 1
Unseal Progress: 0

High-Availability Enabled: false

@geofffranks
Copy link
Contributor

Try safe tree secret or safe tree . ?

On Jul 1, 2016, at 9:56 AM, Norman Abramovitz notifications@github.com wrote:

No good deed goes unpunished (Clare Boothe Luce)

running vault server -dev

$ safe vault list secret/aws
Keys
proto/
$ safe tree
!! secret not found
$ safe target
Currently targeting proto at http://127.0.0.1:8200 http://127.0.0.1:8200/
$ safe vault version
Vault v0.6.0
$ safe vault status
Sealed: false
Key Shares: 1
Key Threshold: 1
Unseal Progress: 0

High-Availability Enabled: false


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #31, or mute the thread https://github.com/notifications/unsubscribe/AG2SUvgre6Zp5JzUnbTI6xXNIetW20EQks5qRRx5gaJpZM4JDKnj.

@jhunt
Copy link
Contributor

jhunt commented Jul 1, 2016

Per the 0.6.0 changelog:

List operations that do not find any keys now return a 404 status code rather than an empty response object [GH-1365]

safe relies on that empty response behavior. it needs to handle the 404 instead. or both, preferably. Anything that deals with tree representation will be affected.

@norman-abramovitz
Copy link
Contributor Author

Just to answer Geoff's question both safe tree commands fail.

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

No branches or pull requests

3 participants