Skip to content

Commit

Permalink
backport of commit e4a7375 (#14581)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <[email protected]>
Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
3 people authored Mar 18, 2022
1 parent d4d6c03 commit 0e8b315
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vault/login_mfa.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ func (b *SystemBackend) loginMFAPaths() []*framework.Path {
},
Operations: map[logical.Operation]framework.OperationHandler{
logical.UpdateOperation: &framework.PathOperation{
Callback: b.Core.loginMFABackend.handleMFALoginValidate,
Summary: "Validates the login for the given MFA methods. Upon successful validation, it returns an auth response containing the client token",
Callback: b.Core.loginMFABackend.handleMFALoginValidate,
Summary: "Validates the login for the given MFA methods. Upon successful validation, it returns an auth response containing the client token",
ForwardPerformanceStandby: true,
},
},
},
Expand Down

0 comments on commit 0e8b315

Please sign in to comment.