Questions tagged [3scale]

3scale is an API Infrastructure service which handles API Keys, Rate Limiting, Analytics, Billing Payments and Developer Management.

3scale is an API Infrastructure service which handles API Keys, Rate Limiting, Analytics, Billing Payments and Developer Management. Includes a configurable API dashboard and developer portal CMS. More product stuff at the official website, support information can be found here.

This API requires libxml2 installed.

31 questions
1
vote
1 answer

Import Swashbuckle (swagger) to 3scale ActiveDocs

We currently have our apis documented with Swashbuckle on .net (webapi), there is any way to import this documentation into 3scale ActiveDocs? Thanks in advance
JavierCaruso
  • 305
  • 1
  • 4
  • 13
1
vote
0 answers

Lua variable is nil even though set

I'm trying to modify a lua file provided from 3scale. I keep getting the following error: runtime error: /etc/nginx/nginx.lua:361: attempt to concatenate field 'user_id' (a nil value) And the block of code that leads to this error is: local params…
Hank
  • 3,367
  • 10
  • 48
  • 86
1
vote
1 answer

building APIs using API LM tools

am new to API LM & confused about Building APIs using tools such as apigee, 3scale, mashery, mulesoft, TIBCO APIX etc all these years , I know API is all about a language's API or SDK which you use to write/build code/application to solve a business…
Tibber
  • 11
  • 1
1
vote
1 answer

Mashery vs WSO2 vs 3scale

I would like to know the differences between Mashery, WSO2 and 3scale. Someone who has used API Managers before can give his opinion? What are advantages and disadvantages of each one thanks cheers
Alex M
  • 471
  • 4
  • 22
1
vote
1 answer

How to use 3Scale's `authrep` function from a server and client perspective?

I'm attempting to setup a prototype API using nodejs that uses 3Scale's API management. I've been able to find their plugin intergration code, which is as follows: var ThreeScale = require('3scale').Client; // keep your provider key secret var…
OnResolve
  • 4,016
  • 3
  • 28
  • 50
0
votes
1 answer

How to increase timeout beyond 30s for 3Scale/Apicast

I have 3Scale API management running and I'm using it to proxy to a non-OpenShift backend. While this works fine in most cases we've discovered it has a timeout setting of 30 seconds which is too low for an important use-case. Looking at this…
Deddiekoel
  • 1,939
  • 3
  • 17
  • 25
0
votes
0 answers

Changes made in nginx.conf file in 3scale APICast gateway not working

Issue:- 3scale APICAST gateway deployed as a docker in AWS ec2-instance using docker run --name apicast --rm -p 8080:8080 -e THREESCALE_PORTAL_ENDPOINT=https://@<3scaleonprem>-admin.3scale.net…
sand87
  • 123
  • 1
  • 11
0
votes
0 answers

ApiCast deployed on AWS as docker unable to access the echoAPI on SaaS 3scale API trial version

I am trying to call an api deployed on the 3scale API SaaS platform(provided by redhat as trial).I wanted to check with the APICAST deployed outside the hosted 3scale envirnment provided by redhat which would connect to the SaaS platform I currently…
sand87
  • 123
  • 1
  • 11
0
votes
1 answer

Why does 3Scale APIManager demand so much resource

Does anyone know why 3Scale APIManager demands so much resource when I install it from the Openshift Operator? The default install has requested 4CPUs and approx 9Gi of memory, but with a limit of 90Gi. So it will not install unless my project has…
Essex Boy
  • 7,565
  • 2
  • 21
  • 24
0
votes
1 answer

How to pass API token to the backend

I'm new to the 3 scale API management. I have configured a backend API, however this private API requires an API Key to authenticate. That being said, no where on the 3 scale backend configuration I can configure an API Key. I'm aware that the…
Rick
  • 55
  • 1
  • 12
0
votes
0 answers

Openshift cluster(v4.6) using crc has empty operators hub

I have downloaded code ready containers on windows for installing my openshift cluster. I need to deploy 3scale on it using the operator from operators hub but the operators hub page is empty. Digging deeper I found that a few pods on the cluster…
0
votes
1 answer

Request aggreation possbility with 3scale

I started to develop a applciation with spring. We are checking for an api gateway, we will surely go with 3scale. I'm checking to do Request aggreation but I don't find how to do it with 3scale
robert trudel
  • 5,283
  • 17
  • 72
  • 124
0
votes
2 answers

Swagger: query params on POST methods not allowed?

I've got a POST endpoint described in Swagger and I want that endpoint to also have query parameters. We're using 1.2 swagger format because, well, legacy reasons. We use 3scale, it hosts the documents and you edit your swagger in their web UI.…
Chris Kessel
  • 5,583
  • 4
  • 36
  • 55
0
votes
1 answer

Using 3scale with shared OAuth authorisation server

I have a website, mywebsite.com, in which users can log in. Login is handled by redirecting unauthenticated sessions to an SSO provider on ssologin.com, which validates credentials and then redirects back to mywebsite.com with an access token so it…
ChrisC
  • 2,393
  • 2
  • 18
  • 24
0
votes
1 answer

Nginx configuration with AWS Opsworks

I've installed the openresty cookbook, but now I need to install my config files. What is the best way to add my nginx.conf and nginx.lua files using Chef?
Hank
  • 3,367
  • 10
  • 48
  • 86