-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update deps * Test IPV6 * Bump version * ridlfmt
- Loading branch information
1 parent
cc81153
commit f74bab2
Showing
13 changed files
with
491 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
webrpc = v1 | ||
|
||
name = authcontrol | ||
version = v0.9.1 | ||
|
||
error 1000 Unauthorized "Unauthorized access" HTTP 401 | ||
error 1001 PermissionDenied "Permission denied" HTTP 403 | ||
error 1002 SessionExpired "Session expired" HTTP 403 | ||
error 1003 MethodNotFound "Method not found" HTTP 404 | ||
error 1004 RequestConflict "Conflict with target resource" HTTP 409 | ||
error 1005 Aborted "Request aborted" HTTP 400 | ||
error 1006 Geoblocked "Geoblocked region" HTTP 451 | ||
error 1007 RateLimited "Rate-limited. Please slow down." HTTP 429 | ||
error 1008 ProjectNotFound "Project not found" HTTP 401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
webrpc = v1 | ||
|
||
# 1100-1199: AccessKey/Project errors | ||
error 1101 AccessKeyNotFound "Access key not found" HTTP 401 | ||
error 1102 AccessKeyMismatch "Access key mismatch" HTTP 409 | ||
error 1103 InvalidOrigin "Invalid origin for Access Key" HTTP 403 | ||
error 1104 InvalidService "Service not enabled for Access key" HTTP 403 | ||
error 1105 UnauthorizedUser "Unauthorized user" HTTP 403 | ||
# 1200-1299: Limit errors | ||
error 1200 QuotaExceeded "Quota request exceeded" HTTP 429 | ||
error 1201 QuotaRateLimit "Quota rate limit exceeded" HTTP 429 | ||
# 1300-1399: Access Key management errors | ||
error 1300 NoDefaultKey "No default access key found" HTTP 403 | ||
error 1301 MaxAccessKeys "Access keys limit reached" HTTP 403 | ||
error 1302 AtLeastOneKey "You need at least one Access Key" HTTP 403 | ||
# 1900-1999: Other errors | ||
error 1900 Timeout "Request timed out" HTTP 408 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.