tyk-operator
tyk-operator copied to clipboard
Tyk Operator for Kubernetes
https://tyk.io/docs/key-concepts/grpc-proxy/
https://tyktech.atlassian.net/browse/TT-1297 Workaround is to create a dummy policy, then delete it again. Which triggers the Gateway to reload it's internal policy representation. Should we do this inside the Operator till...
By default, we have hardcoded Tyk's Ingress controller to only route to http backends. ``` api.Spec.Proxy.TargetURL = fmt.Sprintf("http://%s.%s.svc.cluster.local:%d", p.Backend.ServiceName, namespacedName.Namespace, p.Backend.ServicePort.IntValue()) ``` If Tyk is routing to a service mesh,...
Ensuring what is documented here https://github.com/TykTechnologies/tyk-operator/blob/master/docs/policies/migration.md works properly and the doces are up to date
https://tyktech.atlassian.net/browse/TT-848 we have a defaulting webhook as workaround for this, but ticket created for tracking purposes.
I think it would be a good idea to [publish on OperatorHub.io](https://operatorhub.io/contribute) for a few different reasons: - increase exposure and visibility of the project coming [from the official K8s...
## Description This PR - fixes the linking problem between SubGraph and ApiDefinition CRs. Previously, we were not updating SubGraph CR after breaking its relationship with a particular ApiDefitinition. -...
## Description ## Related Issue ## Motivation and Context ## Test Coverage For This Change ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change...
## Description ## Related Issue ## Motivation and Context ## Test Coverage For This Change ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change...
## Description Updated integration tests to run in parallel. ## Related Issue ## Motivation and Context ## Test Coverage For This Change ## Screenshots (if appropriate) ## Types of changes...