changelog++
This commit is contained in:
parent
c28ed23972
commit
28b403f153
|
@ -12,12 +12,18 @@ SECURITY:
|
|||
accounted for. (Vault has tests to check exactly this, and the tests have
|
||||
never seen nonce re-use.)
|
||||
|
||||
IMPROVEMENTS:
|
||||
FEATURES:
|
||||
|
||||
* AliCloud Agent Support: Vault Agent can now authenticate against the
|
||||
AliCloud auth method.
|
||||
* UI: Enable AliCloud auth method and Azure secrets engine via the UI.
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* core: Logging level for most logs (not including secrets/auth plugins) can
|
||||
now be changed on-the-fly via `SIGHUP`, reading the desired value from
|
||||
Vault's config file [GH-5280]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* core: Properly check error return from random byte reading [GH-5277]
|
||||
|
|
Loading…
Reference in New Issue