Vault v0.1.2 Release Notes

Release Date: 2015-05-11 // almost 9 years ago
  • ๐Ÿ”‹ FEATURES:

    • New physical backend: zookeeper: store physical data in Zookeeper. HA not supported yet.
    • New credential backend: ldap: authenticate using LDAP credentials.

    ๐Ÿ‘Œ IMPROVEMENTS:

    • core: Auth backends can store internal data about auth creds
    • audit: display name for auth is shown in logs [GH-176]
    • command/*: -insecure has been renamed to -tls-skip-verify [GH-130]
    • command/*: VAULT_TOKEN overrides local stored auth [GH-162]
    • command/server: environment variables are copy-pastable
    • credential/app-id: hash of app and user ID are in metadata [GH-176]
    • http: HTTP API accepts X-Vault-Token as auth header [GH-124]
    • logical/*: Generate help output even if no synopsis specified

    ๐Ÿ› BUG FIXES:

    • core: login endpoints should never return secrets
    • core: Internal data should never be returned from core endpoints
    • core: defer barrier initialization to as late as possible to avoid error cases during init that corrupt data (no data loss)
    • core: guard against invalid init config earlier
    • audit/file: create file if it doesn't exist [GH-148]
    • command/*: ignore directories when traversing CA paths [GH-181]
    • credential/*: all policy mapping keys are case insensitive [GH-163]
    • physical/consul: Fixing path for locking so HA works in every case