mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Disabling client side rate limiting in Okta login MFA client (#15369)
* disabling client side rate limiting for MFA client * add changelog
This commit is contained in:
3
changelog/15369.txt
Normal file
3
changelog/15369.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
mfa/okta: disable client side rate limiting causing delays in push notifications
|
||||
```
|
||||
@@ -1825,6 +1825,8 @@ func (c *Core) validateOkta(ctx context.Context, mConfig *mfa.Config, username s
|
||||
} else {
|
||||
client = okta.NewClient(cleanhttp.DefaultClient(), oktaConfig.OrgName, oktaConfig.APIToken, oktaConfig.Production)
|
||||
}
|
||||
// Disable client side rate limiting
|
||||
client.RateRemainingFloor = 0
|
||||
|
||||
var filterOpts *okta.UserListFilterOptions
|
||||
if oktaConfig.PrimaryEmail {
|
||||
|
||||
Reference in New Issue
Block a user