changelog++

This commit is contained in:
ncabatoff 2020-02-03 12:01:11 -05:00 committed by GitHub
parent 8cfe91ea9d
commit d1730bdc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,12 @@ FEATURES:
IMPROVEMENTS:
* agent: add option to force the use of the auth-auth token, and ignore the Vault token in the request [GH-8101]
* audit: HMAC http_raw_body in audit log; this ensures that large authenticated Prometheus metrics responses get
replaced with short HMAC values [GH-8130]
* auth/jwt: Additional OIDC callback parameters available for CLI logins [JWT-80 & JWT-86]
* auth/jwt: Bound claims may be optionally configured using globs [JWT-89]
* core: Separate out service discovery interface from storage interface to allow
new types of service discovery not coupled to storage [GH-7887]
* audit: HMAC http_raw_body in audit log; this ensures that large authenticated Prometheus metrics responses get
replaced with short HMAC values [GH-8130]
* cli: Incorrect TLS configuration will now correctly fail [GH-8025]
* secrets/database/mongodb: Switched internal MongoDB driver to mongo-driver [GH-8140]
* secrets/consul: Add support to specify TLS options per Consul backend [GH-4800]