Questions tagged [wso2-api-manager]

WSO2 API Manager is a complete solution for designing and publishing APIs, creating and managing a developer community, and for scalably routing API traffic.

WSO2 API Manager

Links

  1. Github Repos for components and the product
  2. Website
  3. JIRA
  4. Product Home Page
  5. Documentation
3244 questions
5
votes
1 answer

Remove security only for some requests wso2 api manager

Is it possible to remove security for some specific requests in my api list using WSO2 API manager version 3. For example, I have following requests /customer - post /products - get /customer/address - get In my case I don't need security for…
CLIFFORD P Y
  • 16,974
  • 6
  • 30
  • 45
5
votes
1 answer

"Could not add subscription" error when WSO2 API Manager starts

I have a WSO2 API Manager 2.5.0 installation, deployed in two nodes as active-active. It also has WSO2 Analytics and WSO2 Identity Server as Key Manager. When each node starts, it leaves three times the same error in logs: 2018-11-14 07:56:50,989…
Pedro Calero
  • 109
  • 1
  • 11
5
votes
2 answers

pass multiple parameters in wso2 apimanager 2.1.0

need to pass multiple parameters in wso2 api-manager, i looked into this blog, http://vvratha.blogspot.in/2015/01/adding-url-parameters-in-wso2-apimanager.html. the author has mentioned how to do it,but she has mentioned to create a new sequence,…
darshan a n
  • 528
  • 4
  • 17
5
votes
1 answer

WSO2 API Manager, invalid. unable to find valid certification path to requested target

I have launched WSO2 API Manager locally. I'm trying to add API endpoint with https connecttion. It shows me that kind of error. It shows me Invalid. unable to find valid certification path to requested target error message. Then I have downloaded…
Mr.D
  • 7,353
  • 13
  • 60
  • 119
5
votes
1 answer

AP aggregation using WSO2 API Manager

I have a requirement of aggregating multiple APIs i.e. combining responses of two or more APIs. I was wondering if that can be achieved through WSO2 API Manager. TYK supports it in the form of 'virtual Endpoints'. How about WSO2 API Manager ? Any…
Eku
  • 51
  • 2
5
votes
2 answers

WSO2 API Manager Store - Access token key generation failure

I have setup an API Manager 1.10 cluster, with each component in a separate VM, fronted by an nginx proxy. Whenever I try to generate a key I get the following error in store (logs from store): ERROR - AMDefaultKeyManagerImpl Error while creating…
blue13
  • 101
  • 6
5
votes
1 answer

hostname in certificate didn't match:<>!=<> WSO2 APIM

I have a https endpoint and I need to access it from wso2 API manager. (uses 1.10).I already added the certificate files to "client-truststore.jks" file. But now it gives an error as follows. hostname in certificate didn't match:!=.…
Anushka Ekanayake
  • 977
  • 2
  • 13
  • 33
5
votes
2 answers

How to pass Authorization Header WSO2 (API Manager) to my backend service?

I need to pass Authorization Header from API Manager (WSO2) to my Service Bus Aplication (Oracle). I saw in another post that I cant do that, because API will validate the token against the key manager and drop that token before calling the back…
Virgulino
  • 183
  • 1
  • 3
  • 8
5
votes
1 answer

Details for billing passed from backend service to API manager or BAM

We have some services (to be exposed with WSO2 API Manager). We want to do a billing for the consumers. Unfortunately our billing rules need some detailed information that are available only inside the implemented service. I can see 2 ways how to…
Jakub
  • 2,344
  • 2
  • 21
  • 20
5
votes
1 answer

How to create an API in WSO2 Publisher via curl, using an url to swagger documentation?

My goal is to automatically create APIs to new web services in the WSO2 publisher, and these web services are currently documented with swagger 2. To do this as efficiently as possible, I would like to use an URL to the swagger.json, as is done in…
5
votes
2 answers

WSO2 API Manager Client Credentials renew token

I am trying to renew the token generated through API Manager. The curl statement for generate token is: curl -k -d "grant_type=client_credentials" -H "Authorization: Basic TDQ0SktDZm5DcVVDSVBjdGYwVDIyRWwwUGY4YT o2d19NQm9xYnBFXzRLNHR0Wkc0NXhxd0NMTDRh…
Surya
  • 236
  • 2
  • 13
5
votes
1 answer

WSO2 API Manager cluster Key Manager

I am setting up the API Manager in a cluster and have one version of the store and one version of the publisher which are clustered so they update each other on change. I also have the gateway setup up in a master and worker cluster. All of this I…
5
votes
2 answers

Is WSO2 DAS the new name or successor product for WSO2 BAM?

We are evaluating the WSO2 API Manager 1.8.0 (WSO2 AM) together with the WSO2 Business Activity Monitor 2.5.0 (WSO2 BAM). From our support partner Yenlo we got the WSO2 recommendation to use WSO2 BAM 3.0 for new installation, because the changes…
Uwe Daub
  • 53
  • 5
5
votes
3 answers

wso2 Login failed.Insufficient privileges

I am new with API Management tools. After installing WSO2 i tried the samples but I am not able to login into the publisher and store. I just get an error message stating: Login failed.Insufficient Privileges. The console give me the following…
Danneco87
  • 61
  • 2
5
votes
2 answers

WSO2 API Manager with non-WSO2 ESB?

I have a working system with ESB (non-WSO2 product) already. I'm now trying to integrateWSO2 API Manager into my working system for 3rd party developer. Is it possible to replace WSO2 ESB in API Manage with existing non-WSO2 ESB?