Skip to content

Releases: thevickypedia/VaultAPI

v0.3.3

22 Jan 04:29
Compare
Choose a tag to compare
  • Includes a new API endpoint to delete existing tables
  • Full Changelog: v0.3.2...v0.3.3

v0.3.2

19 Jan 18:49
Compare
Choose a tag to compare
  • Includes exception handlers to avoid the possibility of an Internal Server Error
  • Full Changelog: v0.3.1...v0.3.2

v0.3.1

19 Jan 18:04
Compare
Choose a tag to compare
  • Removes redundant GET and PUT secret functions
  • Includes an option to enable transit encryption for ingress request
  • Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Jan 08:19
Compare
Choose a tag to compare
  • Includes a feature to allow private IP, private IP range, and public IP address
  • Full Changelog: v0.2.1...v0.3.0

v0.2.1

19 Jan 01:28
Compare
Choose a tag to compare
  • Includes startup validations for transit_key_length and transit_time_bucket
  • Bug fix for docker entrypoint
  • Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Jan 15:03
Compare
Choose a tag to compare
  • Improves transit security, requiring both APIKey and Secret to decrypt
  • Full Changelog: v0.1.1...v0.2.0

v0.1.1

14 Jan 03:17
Compare
Choose a tag to compare
  • Includes a new API endpoint to list all secrets
  • Fix a bug that prevented routes from loading when more than 1 worker was specified
  • Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 Sep 12:32
Compare
Choose a tag to compare
  • Includes a new feature to enable transit encryption
  • Full Changelog: v0.0.1...v0.1.0

v0.0.1

18 Sep 12:28
Compare
Choose a tag to compare
  • Includes a feature to whitelist origins and IP addresses (including multiple IP ranges)
  • Improved data structure for rate limiting
  • Includes an endpoint to PUT multiple secrets at once
  • Full Changelog: v0.0.0...v0.0.1

v0.0.0

17 Sep 21:02
Compare
Choose a tag to compare
  • Lightweight API to store/retrieve secrets to/from an encrypted Database