abdallah
abdallah
Currently, when having multiple deno projects in the same repository and all deployed in Deno Deploy they all get a deployment trigger when I commit to one of the folders....
I'm using a gateway and need my requests to be cached by the gateway, but oak is adding a `vary` header to the response (most probably added by the http...
When having two different response codes (200 and a 400 for example) return different type of Content-Type, the generated test will assign to both the latest defined Content-Type **To Reproduce:**...
**Is your feature request related to a problem? Please describe.** Currently, I want to test out that my cypress tests are executed correctly inside testkube before I push it to...
 Clicking results in 
Could we have an extension that if /path doesn't exist, it returns a custom error message where users could for example add the link to the docs, etc? For example,...
How to debug: Run ```sh helm install customName kubeshop/kusk-gateway \ --set-string fullnameOverride=customName --wait --create-namespace \ --namespace kusk-system --set-string analytics.enabled=false ``` or `kusk install --name custom` Result is: ```sh kubectl get...
Running `kubectl delete ns -n kusk-system` gets stuck every single time. After some debugging, this came out: ``` kubectl describe ns kusk-system Name: kusk-system Labels: kubernetes.io/metadata.name=kusk-system name=kusk-system Annotations: Status: Terminating...
When enabling CORS extension, Kusk does not send the appropriate headers. For example, the following CORS setting ``` cors: origins: - "*" methods: - GET - POST ``` Should include...