Ahmet Soormally

Results 31 issues of Ahmet Soormally

When `Enable CORS: false` and `Options Passthrough: true`. In the scenario where the gateway is short-circuiting the proxy, for example due to failed auth, the response headers do not contain...

bug
help wanted
customer request

Request using Apollo Rover ``` curl --location --request POST 'http://localhost:8080/user/' \ --header 'Content-Type: application/json' \ --data-raw '{"variables":null,"query":"query IntrospectionQuery{\n _service {\n sdl\n }\n}","operationName":"IntrospectionQuery"}' ``` Response: ``` { "data": { "__schema": {...

It is not possible to parse comments inside queries. Request Example ``` curl --location --request POST 'http://localhost:8080/user/' \ --header 'Content-Type: application/json' \ --data-raw '{"query":"query SubgraphIntrospectQuery {\n # eslint-disable-next-line\n _service {\n...

Given the following string, how to change value of password using sprig `regexReplaceAllLiteral` when input and output contain `"` character? ``` {"name": "harry", "password": "foo"} ``` expected output: ``` {"name":...

question

## Description ## Related Issue ## Motivation and Context ## Test Coverage For This Change ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change...

WIP - Working on supporting the Gateway API Dependent on https://github.com/TykTechnologies/tyk-operator/pull/296

Let's assume that a resource such as an API Definition or Security Policy is accidentally deleted directly (accidentally or intentionally) via Tyk Dashboard. This means that there is some drift...

enhancement

When using Tyk Operator - Kubernetes becomes the source of truth, and Tyk Dashboard's role changes to be for observability. Enrich the concepts page https://github.com/TykTechnologies/tyk-operator/blob/master/docs/concepts.md to provide better guidance on...

documentation
enhancement

https://tyk.io/docs/key-concepts/grpc-proxy/