Ahmet Soormally
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...
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":...
Concept
## 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...
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...
https://tyk.io/docs/key-concepts/grpc-proxy/