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:
Cuong Manh Le 2020-09-04 18:23:14 +07:00 committed by GitHub
parent 9535f99c57
commit 08a094ae93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 46 deletions

View file

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