- Add KV compatibility #198
- Upgrade dependencies #200
- Fix desktop client icons #199 - #157
- Fix issue with favicon #188
- Refactor PolicyPicker to ItemPicker for general use - #175
- Refactor item listing to use a centralized class /w filtering, pagination and sorting by default - #175 + #187
- Add backend mount description field - #105
- Allow self-signed CA certifications - #140
- Support Okta Authentication Backend - #156
- Add filtering to all lists - #106
- Add pagination to secrets list - #110
- Add JSON diff view to compare updates - #84
- Add ability to renew token - #114
- Add AWS auth backend with IAM - #126
- Optimize Docker image size + caching - #122
- Fix issue with secrets loading causing UI to be unresponsive - #110
- Fix docker build electron dependency - #112
- Fix issue with sorting/pagination of secrets not affecting the entire secret namespace - #127 & #134
- Fix issue with trailing slashes being sent to Vault requests - #104
- Support AWS EC2 authentication backend - #76
- Support User/Pass authentication backend - #94
- Improve GitHub authentication backend - #78
- Provide ability to sort secrets - #82
- Improvements to backend code + upgrade React components - #93
- Support use with new Desktop App - #85
- Fix 307 redirects
- Fix reference to Vault icon
- Improved the UI as a whole - #47
- Added a dynamic navigation menu bar
- Added ability to renew token before expiration
- Improved wrapping experience - https://github.com/djenriquez/vault-ui/pull/47/commits/ac71bb60830fa79cc298176e50fa9fcbbb2569b3
- Added ability to wrap secrets - https://github.com/djenriquez/vault-ui/pull/47/commits/8f6fde521a7fe39f439e800a484aa7435f2bd4c5
- Consolidated error reporting - https://github.com/djenriquez/vault-ui/pull/47/commits/de85678d2126ec71ce0908eb3eb09172cb2f11e0
- Support Radius auth backend - #59
- Reduced the footprint of the Docker image - #53
- Added ability to manage secret and authentication backends - #62
- Support custom login mountpoint paths - #60
- Support mount management for generic, github and radius- #62
- Fixed slight token management issues - #48
- 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
- Supports Github, Username and Password, Token, and LDAP authentication
- Full generic secrets management
- Full policies management
- Full response wrapping support
- Full GitHub auth backend team/org policy management