tyk-operator icon indicating copy to clipboard operation
tyk-operator copied to clipboard

Tyk Operator for Kubernetes

Results 65 tyk-operator issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Burak Sekili ## Description Tyk Ingress controller creates APIs inside Tyk by following a special naming convention. This PR explains this naming convention. ## Related Issue ## Motivation and...

Tyk Operator should be able to update the originating Ingress resource with metadata once the API has been created within Tyk. In the following example I have a deployment in...

enhancement

## Description Current implementation doesn't provide a way to manage API ownership for API definition. Being API ownership tightly tied to the user that creates/updates the API through operator, hence...

## Description - Added support of new APIDefinition fields for client MTLS 1. `use_mutual_tls_auth` **type**: bool **Description**: It is used to enable mutual TLS auth mode. 2. `client_certificates`: **type:** array...

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

Right now the only way to link ApiDefinition to SecurityPolicy is through a `name/namespace` of the resource, however for the case of ingress controller. The `ApiDefinition` names are auto generated,...

enhancement

We're using the Tyk Operator Ingress controller to create api configurations within tyk, and also using Tyk Operator to define our policies within tyk, however, operator appears to be unable...

defect

As far as I can tell from documentation / hacking around in the definitions there is no known way to add categories to an API in tyk when using the...

enhancement

## Description The current GIF on the README does not look normal on Chrome, Brave, and Firefox. This PR updates this GIF ## Related Issue ## Motivation and Context ##...