Closed emperorente closed 1 year ago
Looks like your configuration is wrong, Tyk middleware bundles can be configured like this:
apiVersion: tyk.tyk.io/v1alpha1
kind: ApiDefinition
spec:
custom_middleware_bundle: bundle-name-v1.0.0.zip
custom_middleware:
pre:
- name: TransformAuthHeader
path: CustomGoPlugin.so
It can work. Thanks, Alex. By the way, it's nice to see you here.
Api Definition yaml file doesn't support "custom_middleware_bundle"
Expected Behavior
I'm trying to create a API with custom_middleware_bundle via yaml, it should be applied by tyk-operator, and create the api succefully.
Current Behavior
It can't be applied.
Possible Solution
It can be worked as below config:
Steps to Reproduce
1.Hybrid Tyk 2.Sample config:
3.
Screenshots/Video
Logs/Errors
Context
Your Environment
tyk-operator
version/commit: v0.13.0