mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
Provide IP Address in Duo Request (#18811)
* Provide IP Address in Duo Request * CL
This commit is contained in:
3
changelog/18811.txt
Normal file
3
changelog/18811.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
auth: Provide an IP address of the requests from Vault to a Duo challenge after successful authentication.
|
||||
```
|
||||
@@ -1951,6 +1951,7 @@ func (c *Core) validateDuo(ctx context.Context, mfaFactors *MFAFactor, mConfig *
|
||||
}
|
||||
}
|
||||
|
||||
options = append(options, authapi.AuthIpAddr(reqConnectionRemoteAddr))
|
||||
options = append(options, authapi.AuthUsername(username))
|
||||
options = append(options, authapi.AuthAsync())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user