]
Filip Brychta resolved SWSQE-372.
---------------------------------
Resolution: Done
This issue is kind of expected. Users going outside or RH network are probably sharing one
IP which is hitting the limit. Workaround for this issue is to use authenticated queries
where the limit is much higher. We have kialiqeci account which could be used.
Github - API rate limit exceeded for 66.187.233.206.
----------------------------------------------------
Key: SWSQE-372
URL:
https://issues.jboss.org/browse/SWSQE-372
Project: Kiali QE
Issue Type: QE Task
Reporter: Filip Brychta
Assignee: Filip Brychta
We have only 60 requests/hour and I already hit problem with:
sh-4.2$ curl -L -s
https://api.github.com/repos/istio/istio/releases/latest
{
"message": "API rate limit exceeded for 66.187.233.206. (But here's
the good news: Authenticated requests get a higher rate limit. Check out the documentation
for more details.)",
"documentation_url":
"https://developer.github.com/v3/#rate-limiting"
}
Here is more info:
sh-4.2$ curl -i
https://api.github.com/users/octocat
HTTP/1.1 403 Forbidden
Server:
GitHub.com
Date: Mon, 06 Aug 2018 10:49:13 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 258
Status: 403 Forbidden
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 0
X-RateLimit-Reset: 1533552848
X-GitHub-Media-Type: github.v3; format=json
Access-Control-Expose-Headers: ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit,
X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes,
X-Poll-Interval
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Frame-Options: deny
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
Content-Security-Policy: default-src 'none'
X-Runtime-rack: 0.014340
X-GitHub-Request-Id: CFC8:1D6B:174D41B:2D510DA:5B6827A9
{
"message": "API rate limit exceeded for 66.187.233.206. (But here's
the good news: Authenticated requests get a higher rate limit. Check out the documentation
for more details.)",
"documentation_url":
"https://developer.github.com/v3/#rate-limiting"
}