AbdelrahmanElawady
AbdelrahmanElawady
This PR adds the option to include custom VCL through parameters in Varnish cache. This allows importing plugins (VMODs) and using them throughout the VCL file. It allows adding custom...
## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components: - Traffic Monitor - CDN in a Box ## Current behavior: In #7746 `vstats` is currently...
## This Feature Request affects these Traffic Control components: - Traffic Control Cache Config (`t3c`, formerly ORT) - Traffic Stats ## Description Currently, Varnish does not have statistics needed by...
Get Varnish stats by using VMOD dyncounters to create custom stats and fetching them from vstats. Closes: #7782 ## Which Traffic Control components are affected by this PR? - Traffic...
## This Bug Report affects these Traffic Control components: - Traffic Control Cache Config (`t3c`, formerly ORT) ## What did you do? - Run CDN in a Box - Display...
## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components: - Traffic Control Cache Config (`t3c`, formerly ORT) ## Current behavior: t3c variables like `tsConfigDir`, flags...
Currently, displaying file system space usage with something like `df` outputs the host file system details not the VM. So, a VM with 10 GB of storage could show multiple...
### Description Move all rmb handlers to api-gateway and use `peer.Router` instead of using `rmb-peer` binary. ### Changes - All defined handlers and endpoints are now found under `pkg/api-gateway`. -...
**Purpose of PR?**: This PR utilizes OCI hooks to get container details inside KubeArmor instead of using container runtime socket. It depends on some Kubernetes annotations to get container name,...
Parsing images with digest like `docker.io/library/nginx@sha256:ed6d2c43c8fbcd3eaa44c9dab6d94cb346234476230dc1681227aa72d07181ee` using `Parse` doesn't work without having blank imports for a package that registers hash functions, for example having something like `import _ "crypto/sha256"`. `go-digest`...