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

Hello When applying a Security Policy through CRD's, the following error is displayed on tyk-operator pod logs: ```json {"level":"info","ts":1630596023.564985,"logger":"controllers.SecurityPolicy","msg":"Reconciling SecurityPolicy instance","SecurityPolicy":"tyk/jwt-policy"} {"level":"info","ts":1630596023.5653167,"logger":"controllers.SecurityPolicy","msg":"updating access rights"} {"level":"info","ts":1630596023.5653343,"logger":"controllers.SecurityPolicy","msg":"Creating policy"} {"level":"error","ts":1630596023.5653653,"logger":"controllers.SecurityPolicy","msg":"Failed to create policy","error":"TODO:...

enhancement

## Expected Behavior I want to be able to add API ownership to my API definitions. Here's the JSON in my API definition: ``` "user_group_owners": [ "6010369dd6cd2b0001bb7ddb", "60103741d6cd2b0001e38435" ], "user_owners":...

enhancement

## Description Added required documentation and examples regarding the custom plugin - python version functionality. ## Related Issue ## Motivation and Context A colleague @JRWu tested this functionality himself for...

## Description e2e tests are stored in the `./integration` package; however, its current structure is a bit messy for us to continue adding new test cases. Considering the new test...

## Expected Behavior When we create a new security policy and deploy it to our k8s cluster, the operator will pick this up, and push it up to the dashboard....

defect

As a developer, if I pass the `-f` flag to kubectl command to delete a resource, I expect it to delete the resource. However, the Tyk Operator hangs infinitely during...

enhancement

We have deployed tyk-gateway and the tyk-operator on Amazon EKS. However, when adding a new API definition, we get intermittent errors. Sometimes creating the new apidefinition CRD works, but a...

defect

Hi! I've been playing a bit with the K8s deployment and Operator and its amazing. One thing that i noticed is that it is not straightforward to run the operator...

enhancement

Tyk Hybrid Gateway Version: 3.2.1 Tyk Cloud Gateway Dashboard Version: 3.2.0 Tyk Operator Version: 0.8.2 Full logs attached [logs.zip](https://github.com/TykTechnologies/tyk-operator/files/8453758/logs.zip) Reproduction steps: 1. Create an ApiDefinition and SecurityPolicy that are associated...

defect

I see in [API Definitions](https://github.com/TykTechnologies/tyk-operator/blob/master/docs/api_definitions.md), Client to Gateway Authentication mTLS is not implemented status. Is there a plan to implement it?

enhancement