mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Merge pull request #1387 from hashicorp/log-display-name
Add DisplayName to request audit object in response audit object
This commit is contained in:
commit
aaee4e34ac
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Reference in a new issue