-
Updated
Jun 3, 2022 - Go
load-balancer
Here are 825 public repositories matching this topic...
-
Updated
May 28, 2022 - JavaScript
-
Updated
Jun 2, 2022 - Go
mod_mime
-
Updated
Jun 1, 2022 - Go
We currently build the images using inv and then we copy the binaries inside the container with a COPY instruction.
It'd be better to have the build process as part of the dockerfile itself. That will allow us to get rid of inv when publishing images and delegate everything to GH actions (which can be a follow up of metallb/metallb#1374 )
Is your feature request related to a problem? Please describe.
This is the logic currently implemented in the main branch:
If
headerscriteria are configured, a request is filtered in if it matches both headers and urls. Ifheaderscriteria are NOT configured, the probability options are used.
Describe the solution you'd like
I want to take the URL check when no header is
Your Feature Request
Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn the complete string to lower case before performing the lookup, but that would also change the values, which is not desired. A better approach would be to improve url_param, urlp, and urlp_val() to take a
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Dec 9, 2021 - JavaScript
What we need
In the case of using openelb as the Kubernetes load balancing implementation, the allocation of openelb external-ip-pool can only be viewed on the terminal interface by accessing Kubernetes resources with kubectl. However, more and more kubernetes users are using specific dashboards to operate and manage clusters or workloads, such as KubeSphere. Therefore, the current usage is n
Metrics support
Question
Can we force the new sanitizing key to be applied to the configuration on /refresh call?
Environment (please complete the following information):
- .NET Core 3.1.3
- Steeltoe Version 3.0.2
Additional context or links
I tried to work with Steeltoe's /env and /refresh endpoints. What I noticed is that the sanitizer works only when a project is started. When you add a k
-
Updated
Jun 3, 2022 - C
-
Updated
Jun 2, 2022 - C++
-
Updated
May 27, 2022 - Go
-
Updated
May 30, 2022
-
Updated
Jul 1, 2019 - Go
-
Updated
Apr 30, 2021 - Java
-
Updated
Jun 17, 2021 - Rust
-
Updated
May 24, 2022 - C++
Add a response timeout value in the timeout message.
-
Updated
Dec 24, 2021
-
Updated
Jul 21, 2020 - Python
-
Updated
Jun 2, 2022 - Jinja
-
Updated
Jun 1, 2022 - HTML
-
Updated
Sep 6, 2021 - PHP
Ignore HTML response
Sometimes an upstream may return an error with HTML. For example public upstreams.
Right now Dshakle produces the following log:
WARN | ResponseParser | Failed to parse JSON from upstream: Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: (byte[])"
<!DOCTYPE html PUBLIC "-//W
-
Updated
Dec 22, 2021 - Go
Improve this page
Add a description, image, and links to the load-balancer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the load-balancer topic, visit your repo's landing page and select "manage topics."


Description
Reference