Vault v1.2.2 Release Notes

Release Date: 2019-08-15 // over 4 years ago
  • ๐Ÿ”„ CHANGES:

    • auth/pcf: The signature format has been updated to use the standard Base64 encoding instead of the URL-safe variant. Signatures created using the previous format will continue to be accepted [PCF-27]
    • core: The http response code returned when an identity token key is not found has been changed from 400 to 404

    ๐Ÿ‘Œ IMPROVEMENTS:

    • identity: Remove 512 entity limit for groups [GH-7317]

    ๐Ÿ› BUG FIXES:

    • auth/approle: Fix an error where an empty token_type string was not being correctly handled as TokenTypeDefault [GH-7273]
    • auth/radius: Fix panic when logging in [GH-7286]
    • ui: the string-list widget will now honor multiline input [GH-7254]
    • ui: various visual bugs in the KV interface were addressed [GH-7307]
    • ui: fixed incorrect URL to access help in LDAP auth [GH-7299]