adobe / cryptr

Cryptr: a GUI for Hashicorp's Vault

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New loses path

jkt628 opened this issue · comments

The problem

  • New does not preserve the path to New Secret.

Environment

  • Cryptr version (or git revision) that exhibits the issue: 0.2.0
  • Desktop OS/version used to run Cryptr: openSUSE Leap 42.3
  • Vault version: v0.9.1 (cgo)

Details

i want to create a sibling for an existing value so i navigate the tree and click New; unfortunately, New Secret shows just secret/.

Steps to Reproduce

  1. launch cryptr.
  2. login to a vault server.
  3. use the tree navigator on the left to find an existing value.
  4. verify Location shows the full path to the value.
  5. click + New above the existing value.
  6. notice Location shows secret/; it SHOULD show secret/path/to/parent.

Fixed in latest master. (36c8bfe)