Merge pull request #1387 from hashicorp/log-display-name

Add DisplayName to request audit object in response audit object
This commit is contained in:
Jeff Mitchell 2016-05-07 15:58:01 -07:00
commit aaee4e34ac

View file

@ -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{