mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-09 14:26:24 +02:00
Merge remote-tracking branch 'origin/master' into cubbyhole-the-world
This commit is contained in:
commit
f3a3fc3d55
@ -43,6 +43,8 @@ FEATURES:
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* audit: Add the DisplayName value to the copy of the Request object embedded
|
||||
in the associated Response, to match the original Request object [GH-1387]
|
||||
* command/auth: Restore the previous authenticated token if the `auth` command
|
||||
fails to authenticate the provided token [GH-1233]
|
||||
* command/write: `-format` and `-field` can now be used with the `write`
|
||||
|
||||
@ -94,8 +94,9 @@ func (f *FormatJSON) FormatResponse(
|
||||
Error: errString,
|
||||
|
||||
Auth: JSONAuth{
|
||||
Policies: auth.Policies,
|
||||
Metadata: auth.Metadata,
|
||||
DisplayName: auth.DisplayName,
|
||||
Policies: auth.Policies,
|
||||
Metadata: auth.Metadata,
|
||||
},
|
||||
|
||||
Request: JSONRequest{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user