-- Vault cache token lookup
-- Fixing issue with popups not being focused and requiring selection with mouse
-- Adding metadata view on secret objects
-- Fallback method for mounts listing when user doesnt access to sys/mounts
- Fixing issue where vaulty will error if no config file is provided.
- Fixing issue where cli wont run if version check fails.
- Dynamic version passed when building the binary.
- Allows for custom config file to be passed over during using
-c
rather than using the default one
- Additional error message when failing to create vault client
- Fixed loading for client key when using VAULT_CLIENT_KEY
- Env variable loading in addition to a yaml
- Namespace support for enterprise vault instances
- Minor bugfixes around navigation
- Housekeeping change
- Creation of new secrets and paths
- Formatting and layout for different views around secrets when editing and displaying json
- Commands layout has
<
and>
removed to improve readability
- Support for both PUT and PATCH for KV2 secrets
- Had to modify the default methods in the vault package.. I couldn't figure out a clean way to get rid of the wrapper
- Better key mappings
- Additional information pane to show edit mode and filters used to search
- Correctly scrolling to the top on secrets and policy view
- Refactoring and restructuring to make navigation in the repo easier
- Missing commands for 2 views
- Version command check would fail if missing
VAULT_TOKEN
orVAULT_ADDR
is missing
- Job filtering on secrets and mount views
- Better navigation options between views
vaul7y -v
to check the version- Added a check and error out to prevent vaul7y from freezing if vault token and address are not set
- Error and Info modals tabbing out and changing focus
- Enter key constantly moving you to the Secret Engines view. Its due to the way Unix system recognize Enter and Ctrl+M
- Fixed an issue with watcher causing conflicts
- Fixed logger to discard messages and not brake rendering when debugging is not enabled