Questions tagged [api-manager]

[DO NOT USE] Use `wso2-am` tag instead.

API Manager leverages proven, production-ready integration, security, and governance components from the WSO2 Enterprise Service Bus, WSO2 Identity Server, and WSO2 Governance Registry. In addition, it leverages the WSO2 Business Activity Monitor for Big Data analytics, giving you instant insight into APIs behavior.

As with all WSO2 products, the WSO2 API Manager is 100% open source. Designed for easy customization, it is extensively pluggable to integrate with existing infrastructure in your enterprise.

Reference :

http://wso2.com/products/api-manager/

209 questions
2
votes
1 answer

How do I get custom claims in the JWT produced by WSO2 API Manager

I want to include all of the claims in our secondary user store with the JWT generate by APIM. We are using implicit authentication for our current task, so the user does have to authenticate to the IS. We are using federated authentication with…
Louis Zelus
  • 133
  • 13
2
votes
1 answer

How to deploy API Managers behind ELBs on AWS and preserve X-Forwarded headers?

I have some RESTfull APIs deployed on AWS, mostly on Elasticbeanstalk. My company is gradually adopting a Microservices architecture, and, therefore, I want to start managing these APIs in a more professional and automated way. Hence, I want to…
Gabriel C
  • 1,012
  • 3
  • 12
  • 30
2
votes
1 answer

WSO2 Maven2 Repository contains outdated org.wso2.carbon.registry.core-4.2.0 artifact

I need to rebuild some artifacts for APIM 1.7.0: org.wso2.carbon.apimgt.impl and org.wso2.carbon.apimgt.gateway and compilation fails bacause org.wso2.carbon.registry.core.pagination.PaginationContext does not contain getLength() method. This class…
Yury
  • 285
  • 3
  • 10
2
votes
2 answers

WSO2 API Manager - context management

Can we reuse the context of an api that has been deleted? I am looking at the scenario, where someone accidentally deleted the api and want to recreate it. Or reuse the context for different purpose. Currently, when I try do the same, I get an…
user1664338
  • 262
  • 3
  • 13
2
votes
1 answer

Integrating WSO2 API Manager and WSO2 BAM Analytics

We have discovered a major issue with WSO2 API Manager 1.3 and it's integration into the WSO2 BAM 2.0.1 analytics product and I'm wondering if anyone out there has worked around this issue? Details After 100 calls trying to log API data to the BAM…
1
vote
2 answers

Extract information of request in response mediator in wso2 apim 4.1.0

I need to use some information from request such as "query params" or "headers" in response mediator. for example use url query parameter in response flow. I tried to use <"inSequence"> and <"outSequence"> but I could'nt get any result. For example…
1
vote
0 answers

Not able to start wso2 api manager

I am getting errors and warnings while trying to bring up wso2 api manager 4.1.0 on windows. It keeps saying like this: KeyManagerConfigurationdataretriever failed retrieving key manager configuration from remote endpoint.Trying after 300…
dgvain
  • 33
  • 4
1
vote
0 answers

Problem in configuring the APIM cluster with WSO2 APIM 3.2

Description: I build the APIM from this commit and deploy the product on the VMs. I configured APIM using Documents 1 and 2 Then start the traffic-manager, key-manager, and publisher without any error. But when I tried to log in to…
1
vote
1 answer

Timer for applying settings WSO2 API-manager doesn't work

I have used the WSO2 API manager in my company. When I change the settings of the available methods (scopes) or the available authorisation methods (application level security), the application of these settings takes up to 15 minutes (I tested the…
Alex
  • 13
  • 2
1
vote
1 answer

WSO2 Microgateway oauth2 optional when custom header is present

I have a scenario to implement when there are two authentication options one is Oauth2 and another one is custom header "x-api-key". I want to pass the request to the backend without authorization if only the x-api-key is present. Can this be…
snfrox
  • 124
  • 7
1
vote
1 answer

WSO2 3.2.0 : Analytics and Dashboard, Cannot borrow client on SSL port 7712 + Required field 'message' was not present

I installed WSO2 3.2.0 recently : OS : Debian 9 WSO2 API Manager 3.2.0 from the official repository WSO2 Analytics 3.2.0 from the zip archive Everything running on the same machine with the same domain name Valid certificate for this domain name,…
Johnson
  • 120
  • 1
  • 10
1
vote
1 answer

WSO2 Analytics 4.4.0 : Problem accessing: /analytics-dashboard. Reason: Not Found

I just installed WSO2 3.2.0 and Analytics 4.4.0 on the same machine using repositories on Debian 9. Everything looks fine except the analytics Dashboard that I can't access for. According to the documentation here, I have to go on this url…
Johnson
  • 120
  • 1
  • 10
1
vote
1 answer

WSO2 API Manager installation : Apt install unable to locate package wso2am-3.2.0

I used WSO2 in the past, v2.6.0. I installed it through their debian repository on a Debian 9 machine, and it worked well. Now I want to install their new 3.2.0 stable version on a Debian 9 machine, so I followed their guidelines here :…
Johnson
  • 120
  • 1
  • 10
1
vote
1 answer

in Wso2 Publisher Each user just access to himself API And Can't see other api

I use wso2 version 2.6.0 I have a wso2 publisher and have 3 users I want each user see own api and user can't change other api for others
1
vote
0 answers

Error when connecting API Manager with Business Process Server (BPM)

I'm trying to connect API Manager with Business Process Server (BPM), my script is : when user trying to signup he/she must get approval from admin before registration. my current code : user signup directly without permission or approval from admin…
1 2
3
13 14