cloud-native
Here are 731 public repositories matching this topic...
-
Updated
Jan 20, 2021 - Go
ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
-
Updated
Jan 12, 2021
-
Updated
Jan 20, 2021 - Go
-
Updated
Jan 20, 2021 - Go
-
Updated
Jan 20, 2021 - Go
-
Updated
Jan 11, 2021 - Shell
-
Updated
Jan 19, 2021
HI,
I'm having a problem with security-jpa.
We have an already existing database with users already created, and we need to integrate our application with that.
Password are stored usign SHA-256 cypher, but this seems not supported by the module (only MCF and CLEAR seem to allowed).
Is there any method we could override to make things work?
The Linkerd chart and the extension charts contain values for configuring the name of certain annotations such as createdByAnnotation. In practice, the name of these annotations should never be changed. These Helm variables are intended to simply be used as constants.
Instead, replace these variables with include statements which allows us to define these constants once but also does not
-
Updated
Jan 15, 2021 - Go
-
Updated
Jan 4, 2021 - Scala
Feature Description
Kubersphere integrate the velero based on the k8s CRD extensions
How does it work
It's like monitoring component
From https://www.postgresql.org/docs/11/auth-pg-hba-conf.html,
0.0.0.0/0 represents all IPv4 addresses, and ::0/0 represents all IPv6 addresses.
You can also write all to match any IP address
"all" is simpler and only takes one line, so we should switch to that. This involves the default HBA config in src/yb/yql/pgwrapper/pg_wrapper.cc WritePgHbaConfig and docs. **Docs should be
Currently the system.authz policy can only return a boolean decision indicating whether the API request to OPA should be allowed. Often, administrators want to be able to provide a reason why the API request is denied. We should extend the built-in authorizer to support a structured response from the policy
-
Updated
Sep 29, 2020 - Go
-
Updated
Jan 18, 2021 - Java
Issue description
all requests on the upstream return 500 When the one node’s domain dns resolution timeout , even if the other node is ok
Environment
apisix version : 1.5
OS: Linux d1-beta-node-0004 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
OpenResty / Nginx version: (cmd: nginx -V or openresty -V)
nginx version: openresty/1.17.8.2
-
Updated
Jan 7, 2021 - Makefile
What would you like to be added/modified:
To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.
To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef
Question
According to the chaos-mesh wiki or doc, it is required to download script or file from git or mirrors, and it is difficult to do that in intranet. Comparing with another tool chaos-blade, which could be installed easily in intranet via operator image, is chaos mesh supported by that? Or is there any way to install chaos-mesh in intranet more easily? Would you please kindly have
-
Updated
Jan 15, 2021 - Go
-
Updated
Jan 20, 2021 - Python
-
Updated
Jan 20, 2021 - Go
-
Updated
Jan 12, 2021 - Java
Task
Convert CI to GitHub Actions
Context
Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.
I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.
See also:
https://github.com/mvdan/github-actions-golang
https://github.com/ac
Improve this page
Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud-native topic, visit your repo's landing page and select "manage topics."

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:
Internet changed its mind since 2018 https://