microservice
Here are 5,390 public repositories matching this topic...
-
Updated
Dec 21, 2020 - Go
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
- https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
- https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1#preflight-requests
Internet changed its mind since 2018 https://
-
Updated
Dec 22, 2020 - Go
The #1718 modified how static files are handled to prevent directory traversal. On that PR, some unit test were added to echo_test.go, but those test were not implemented for the Static Middleware (static_test.go)
The idea of this issue is to implement the missing test on the Static Middleware in relation to TestEchoStatic tests.
Why you need it?
Is your feature request related to a problem? Please describe in details
increase rm-datasource module test coverage
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
Issue Description
bug report
Describe what happened (or what feature you want)
in README.md, I find a typo in this section:
|--timestamp-|------date time----|-resource-|p |block|s |e|rt |occupied
1529998904000|2018-06-26 15:41:44|HelloWorld|20|0 |20|0|0 |0
1529998905000|2018-06-26 15:41:45|HelloWorld|20|5579 |20|0|728 |0
1529998906000|2018-06-26 15:41:46|HelloWorl
-
Updated
Nov 18, 2020 - Java
Is your feature request related to a problem? Please describe.
It is idiomatic for JWTs to be accepted using a header format of Authorization: Bearer <JWT> (see jwt.io introduction.) In general, in history, the RFCs surrounding the authorization header have taken care to specify the mode of Authorization as the first part of the header value (e.g. Basic, Di
-
Updated
Nov 17, 2020 - C++
If a Dapr k8s deployment is missing an dapr.io/app-id annotation or uses the deprecated dapr.io/id annotation, the logs only show the k8s string parsing error:
`Error creating: admission webhook "sidecar-injector.dapr.io" denied the request: invalid app id: a lowercase RFC 1123 label must cons ist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric ch
-
Updated
Nov 18, 2020 - Go
-
Updated
Dec 14, 2020
-
Updated
Dec 20, 2020 - Go
| Q | A |
|---|---|
| Bug report? | yes |
| Feature request? | no |
| Swoft version | 2.0.6 |
| Swoole version | 4.5.2 |
| PHP version | 7.2.29 |
| Runtime environment | Docker etc. |
Describe the bug
在框架里使用Redis::scan 函数时获取不到数据,而原生文件可以
Screenshots

Trying to evaluate ChaosBlade as an option for resiliency testing. But I'm not sure if this is a feature request or a question. Actually, two questions:
- Does ChaosBlade support Azure, or can it be extended to support Azure?
- Can ChaosBlade inject failures into a Platform as a Service (Pa
Improve this page
Add a description, image, and links to the microservice topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microservice topic, visit your repo's landing page and select "manage topics."

API Gateway HttpApi not present in cloudformation stack output
I'd like to import the HttpApi id in another cloudformation stack for creating cloudwatch alarms. This is currently not exported.
Proposed solution
Export the value of HttpApi cloudformation resource along with the currently exported url