mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-31 11:31:07 +02:00
changelog++
This commit is contained in:
parent
a20815972c
commit
8b5097f307
@ -1,5 +1,11 @@
|
|||||||
## 0.7.1 (Unreleased)
|
## 0.7.1 (Unreleased)
|
||||||
|
|
||||||
|
DEPRECATIONS/CHANGES:
|
||||||
|
|
||||||
|
* LDAP Auth Backend: Group membership queries will now run as the `binddn`
|
||||||
|
user when `binddn`/`bindpass` are configured, rather than as the
|
||||||
|
authenticating user as was the case previously.
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
* **MSSQL Physical Backend**: You can now use Microsoft SQL Server as your
|
* **MSSQL Physical Backend**: You can now use Microsoft SQL Server as your
|
||||||
@ -7,6 +13,8 @@ FEATURES:
|
|||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
* auth/ldap: Use the binding credentials to search group membership rather
|
||||||
|
than the user credentials [GH-2534]
|
||||||
* cli/revoke: Add `-self` option to allow revoking the currently active token
|
* cli/revoke: Add `-self` option to allow revoking the currently active token
|
||||||
[GH-2596]
|
[GH-2596]
|
||||||
* secret/pki: Add `no_store` option that allows certificates to be issued
|
* secret/pki: Add `no_store` option that allows certificates to be issued
|
||||||
|
Loading…
x
Reference in New Issue
Block a user