Questions tagged [tyk]

Tyk is a lightweight, open source API Gateway and API Management Platform written in Go.

Tyk is a lightweight, open source API Gateway and API Management Platform written in Go.

The API Management Platform allows you to control who accesses your API, when they access it and how they access it. Tyk will also record detailed analytics on how your users are interacting with your API and when things go wrong.

The Tyk API Gateway is open source and released under the MPL v2.0 License.

It’s available to deploy on-premises, cloud or hybrid.

Further information and documentation can be found on the Tyk website.

47 questions
0
votes
1 answer

how to set local redis repository in helm?

I try to install Redis for tyk with my company's local jfrog repository but I am facing the following issue. I am using Helm v3.8.2. helm install redis tyk-helm/simple-redis --set image.repository=images.artifactory.mycompany.com/redis -n tyk Error:…
Amir
  • 1,919
  • 8
  • 53
  • 105
0
votes
1 answer

How to pass localhost address to Tyk target URL?

I have my Tyk components (Tyk Pro Demo from GitHub) running using Docker compose. When I create a simple API using some public APIs, like Pet Store Io, it works fine. Now I have word press application running using Docker compose, and the Docker…
maantarng
  • 129
  • 2
  • 9
0
votes
1 answer

Blocking Tyk Gateway middleware causing requests to queue up

I'm running Tyk v3.0.1 on a AWS t3a.small node with 2 vCPUs in a Docker container. We have custom logic implemented via custom_middleware_bundle (Python). I was seeing intermittent errors which I was able boil down to what looks like a "single…
Tobias
  • 4,999
  • 7
  • 34
  • 40
0
votes
1 answer

Cannot able to access API in on-premise

I have installed Tyk( dashboard, gateway & pump) as a docker image on our local machine. We have created API by ( System Management -> APIs -> Add New API) with below-mentioned configuration via Tyk Dashboard UI. API-Name: My API Listen Path:…
0
votes
1 answer

tyk fails to build on windows

I am trying to build tyk on windows. I am getting error. ..\..\pkg\mod\rsc.io\letsencrypt@v0.0.1\lets.go:269:9: undefined: acme.RegistrationResource This is due RegistrationResource struct is missing in lego\acme. I can see this is due to…
nevihs
  • 991
  • 1
  • 12
  • 23
0
votes
1 answer

Python request to authorize app api made via tyk gateway

I'm working on a python script (2.7.x) that tries to connect to a third party api via tyk gateway. The end api expects an auth token in the request header and tyk also requires its own auth token to be present in the request header. Now the problem…
akhi1
  • 1,322
  • 1
  • 16
  • 25
0
votes
1 answer

TYK Dashboard and Gateway Environment Variables Usage

i'm using licensed version of TYK Dashboard .So i need the change configuration of TYK Configs. So at this link at the here https://tyk.io/docs/configure/dashboard-env-variables/ I've wanted to use environment variables at launch time of VM . But…
ColossusMark1
  • 1,189
  • 4
  • 14
  • 27
0
votes
1 answer

Tyk Dashboard Set Dashboard URL

Hi everyone i have got a tyk api gateway and pro dashboard for managing api's. These are living at different machines . When I check the scripts at tyk gateway i've seen comment sign at the line which changing the DASHBOARD_URL shown as below . How…
ColossusMark1
  • 1,189
  • 4
  • 14
  • 27
0
votes
1 answer

How should Tyk and Kubernetes be configured in for internal K8s TLS?

The problem: I am configuring a Tyk Gateway and Dashboard based on the TykTechnologies/tyk-kubernetes repo: I now wish to secure both the Gateway and Dashboard K8s services with TLS certificates. I've purchased a certificate to secure the external…
Ieuan
  • 148
  • 2
  • 10
0
votes
1 answer

After enabling of tls in our TYK server it runs out of filehandles and stop working

We have enabled tls in our on premise TYK dashboard and gateway after that it runs out of filehandles and stop working Redirecting to /bin/systemctl status tyk-dashboard.service tyk-dashboard.service - Tyk API Dashboard Loaded: loaded …
havmaage
  • 573
  • 7
  • 25
0
votes
1 answer

Creating versions for APIs in Tyk carry over version name when going to URL

I am using Tyk as an API gateway for several other APIs I am using. One of the APIs has a URL for staging and a different one for production use. When creating a URL for my API in Tyk, I add a listener path, and specify that I want it stripped from…
TJB
  • 3,706
  • 9
  • 51
  • 102
0
votes
1 answer

TYK for POST params

I had successfully created an API for GET but failed to do it for POST. The var1 and var2 in this screenshot should not be null. Please help.
exiang
  • 559
  • 2
  • 14
0
votes
1 answer

How is an internal API secured using Tyk API Management (or any other API Gateway)?

I have an internally hosted REST API (written in .Net Core, WebAPI). I have successfully managed to set this up with Tyk API management in Auth Token mode. This allows external callers to access the API outside of the local network. But... obviously…
Andy Midd
  • 79
  • 9
0
votes
1 answer

How to secure remote APIs for use with tyk?

All calls are made through the tyk proxy to access the remote api. How to make the remote api available only through the tyk proxy?
user7387700
0
votes
1 answer

How to secure remote api for calls not coming from tyk?

I want to know what is the best way to secure a remote api for use by tyk. Let me explain : When a call this done by the proxy tyk it is secure because it takes a token or other. Now if I want to make calls directly to the remote API without going…
user7387700