This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
1.0.0
- React best-practices inspired refactor - #32
- Update backend API to match Vault API by using the express server as a passthrough - #46
- Added ability to set Default URL + Auth with environment variables - #36
- Added
VAULT_SUPPLIED_TOKEN_HEADER
header to enable SSO functionality - Feature request #39 + #40 - Support multiple generic backends - #31
- Fixed bug with auto-logout where large values caused logout to happen immediately - #35
- Improved value editting with josdejong/jsoneditor - #38 (Note: HCL is no longer supported as a format for managing secrets or policies)
- Add
Token management
- Feature request #41