mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
internal/directory/okta: remove rate limiter (#1370)
We did honor the rate limit header from okta, so don't bother to add our rate limiter there.
This commit is contained in:
parent
9535f99c57
commit
08a094ae93
5 changed files with 4 additions and 46 deletions
|
@ -703,19 +703,6 @@ Use it at your own risk, if you set a too low value, you may reach IDP API rate
|
|||
|
||||
:::
|
||||
|
||||
### Identity Provider API Query Per Second
|
||||
|
||||
- Environmental Variables: `IDP_QPS`
|
||||
- Config File Key: `idp_qps`
|
||||
- Type: `float64`
|
||||
- Example: `IDP_QPS=1.8`
|
||||
- Defaults: `IDP_QPS=1.0`
|
||||
|
||||
Limit number of API requests per second to identity provider server. The lowest value is `1.0`, any value less than `1.0`
|
||||
has no effect.
|
||||
|
||||
Currently, only applying for [okta].
|
||||
|
||||
## Proxy Service
|
||||
|
||||
### Authenticate Service URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue