tyk-operator
tyk-operator copied to clipboard
Tyk Operator for Kubernetes
Some times I need to put some credential configurations in the CRD's yaml file, for example, API keys need to be placed in the config_data section of an api definition....
We have has a long history (>1 year of negative support and problems w/cert-manager in our cluster) Due to the webhook deployment being garbage collected/deleted automatically and no sign of...
When defining multiple `certificate_secrets_names` on an `ApiDefinition` it seems only the first one is actually assigned to the API by the operator. Providing this in the `ApiDefinition` resource: ```yaml certificate_secret_names:...
We would like to use the _Persisting GraphQL_ feature that maps GraphQL query results to REST. It looks like this feature is not yet supported by Tyk Operator: https://tyk.io/docs/graphql/persisted-queries/ Are...
Related issue: https://github.com/TykTechnologies/tyk-operator/issues/587 ⚠️ ⚠️ ⚠️ ## Expected Behavior When deploying a graphql endpoint, there should be an option to turn on auto sync/auto approval/auto update for schema updates. ##...
Add overwrite_custom_middleware_bundle support in CRD. Feature will be release in 5.1 gateway release ## Description ## Related Issue ## Motivation and Context ## Test Coverage For This Change ## Screenshots...
## Description ## Related Issue ## Motivation and Context ## Test Coverage For This Change ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change...
## Description ``` change makes namespace optional when installing Tyk Oas custom resource ``` ## Related Issue https://tyktech.atlassian.net/browse/TT-8374 ## Motivation and Context ## Test Coverage For This Change ## Screenshots...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... update CHANGELOG ## Description ## Related Issue ## Motivation and Context ## Test Coverage...
## Description This PR enhances Ingress Reconciler reconciler logic to handle template-kind updates. - When `tyk.io/template.kind` annotation is updated from TykOasApiDefinition to ApiDefinition - Delete previously generated TykOasApiDefinitions and ConfigMaps...