Zaid Albirawi

Results 31 comments of Zaid Albirawi

Hello @jgouro-hub, I am not sure what you are looking to do here. Can you please explain the use case? When you talk about reproduction steps. What [JWT Signing Method](https://tyk.io/docs/basic-config-and-security/security/authentication-authorization/json-web-tokens/#jwt-signing-method)...

Kibana and Grafana both offer this. It would be nice if I can manage my dashboard as a CRD or offer a way to import dashboards as configmaps.

@buraksekili in the headless values.yaml we allow "", "mongo", and "postgres" as options, see [here](https://github.com/TykTechnologies/tyk-helm-chart/blob/master/tyk-headless/values.yaml#L77). This is only used for the pump, therefore it is a bug. We might need...

Yes, however this does change the algo from rolling window to leaky bucket. Because rolling window is supposed to account for all requests. You could minimize that hit rate with...

Still missing portal variables docs and support for different backends. Currently waiting on packages to be fixed before testing.

I am running into this problem as well, and I have tried it with alpha 1 and 2

@komalsukhani I have closed it. Thank you :)

For now you can add these values to our chart to enable to localPlugins: ``` additionalArguments = [ "--experimental.localPlugins.headertoquery.moduleName=github.com/zalbiraw/headertoquery" ] volumes = [ { type = "volume", name = "header-to-query-plugin"...