-
##### SUMMARY
Firewalld supports "Policy Objects" since v0.9.0:
> With some exceptions (e.g. masquerade, forward-ports) firewalld was previously limited to being an end-station firewall. This meant …
-
**What happened**:
We have grafana-image-renderer deployed as a remote renderer service with egress controls so that it cannot talk to anything on the internet. When we send a render request, grafa…
-
Bref web functions expect to be invoked by either an API Gateway or ALB. It would be nice if Bref was able to handle HTTP events from different types of sources. However, there are many other invocati…
-
*Description*:
File service.py contains an HTTP request to localhost:
`ret = requests.get("http://localhost:9000/trace/2", headers=headers)`
Port 9000 is not exposed. Should this be port 8080? …
-
There are a couple of ways of initiating traces when using envoy. I was wondering if there's a way to configure the `random sampling` or the `start child span` options. Is this something the [envoy bo…
-
As part of my automated scale test, I observe that the InferenceService sometimes reports as `Loaded`, but the call to GRPC endpoint returns with errors.
Examples:
```
set -o pipefail;
i=0;…
-
I have noticed that at least the following login scanner modules do not obey proxy settings:
- [x] `smb_login`: fixed (#9058)
- [x] `pop3_login`: fixed (#9085)
- [x] `nessus_rest_login`: fixed (#…
hph86 updated
4 years ago
-
top:
```
client---vlan20----Router(bridge forward)----vlan30----Server
```
on swconfig platform, I could do this by setup an `br-lan(eth0.20 eth0.30)` and set vlan on switch to archive this.
…
-
Does DSR work across servers in different datacentres?
I have got the standard proxy working but cant get the config working for DSR and cant see where I'm going wrong from the instructions. Is the…
-
On one of our sites that uses s3-uploads I noticed that the bucket showed a large amount of excess egress traffic.
It seems that the image is being uploaded, then downloaded repeatedly, once for ea…