Questions tagged [wso2-micro-gateway]

A cloud-native, developer-centric, decentralized API gateway for microservices.

WSO2 API Microgateway

A cloud-native, developer-centric, decentralized API gateway for microservices.

Website: https://wso2.com/api-management/api-microgateway/

15 questions
1
vote
0 answers

WSO2 APIM update ballerina certificate

I configured APIM with build-in Identety Server inside kubernetes cluster. Everything was working fine but recently we got an error related to expired certificate: 2021-07-29 14:30:35,308 INFO [wso2/gateway/src/gateway/utils] - [APIGatewayListener]…
GeorgiiG
  • 11
  • 4
1
vote
1 answer

WSO2 Microgateway support for Soap API

How can a SOAP API be proxied using WSO2 Microgateway? Is there any example / documentation that explains the steps. I am also interested on how will the interceptors work in case of soap request and response.
1
vote
1 answer

Response.getResolvedRequestedURI returns null

I am using Response.getResolvedRequestedURI in an interceptor in WSO2 microgateway to find the production url. However, I see this api returns always null. What is way to get the production url to which wso2 has forwarded the call? /** * Get the…
1
vote
1 answer

WSO2 API Manager Configuration to change hostnames

· Changing the hostnames from localhost to IP / Domain is not working. Running the API manager server overrides the configuration files (carbon.xml and api-manager.xml) to previous configuration. How should we change the domain names from…
Ray
  • 31
  • 3
1
vote
0 answers

WSO2 API Manager SSL/TLS certificate installation

The built-in certificate is causing issues for the API manager to connect to Micro Gateway services when installed on separate server. How should custom SSL domain certificate needs to be installed. Does this require creation of new Keystore to…
Ray
  • 31
  • 3
1
vote
1 answer

WSO2 Micro Gateway Installation and architecture

Does the Micro Gateway and API manager always have to be installed on the same servers? Does the Micro Gateway setup require WSO2 Identity Server and WSO2 Enterprise Integrator for Hybrid API? We have an architecture that would be working with 3…
Ray
  • 31
  • 3
1
vote
1 answer

How to compose multiple microservices with WSO2 API MicroGateway

The new WSO2 API MicroGateway 3.0 states as new feature Support for composing multiple microservices.I cannot find an example of how to do that. We are trying a use case with just this type of processing: An API that queries a back-end database…
0
votes
0 answers

How to install wso2 microgateway 3.2.7 on Docker Desktop

I am following the guide https://mg.docs.wso2.com/en/latest/install-and-setup/install-on-docker/, to install wso2 microgateway 3.2.7 on my docker desktop on windows 10, and I have the following result:: PS C:\wso2\mgw-petstore> micro-gw build…
0
votes
0 answers

Adding logging interceptor to wso2 microgateway

I am using wso2 microgateway to proxy our backend api. I need to write a logging interceptor which can log the access events and auth/security related logging events to a separate log file. From the sample java interceptor, I could understand that…
0
votes
0 answers

Building WSO2 microgateway project hangs when run as System user

Unable to build project when initiated from system user. It Hangs while trying to download .ballerina artifacts. JAVA_HOME: C:\INFORM~2\apps\AGENTC~1\.\..\..\jdk\jre Generating sources...[DONE] .................................. There are no new…
Umer Asir
  • 11
  • 4
0
votes
1 answer

is it possible to have multiple interceptor on a resource in WSO2 microgateway 3.1.0?

I am trying to have multiple java interceptors on a resource. Only last interceptor is being called. Is multiple interceptor on resource supported? paths: /public/rt/PING: get: description: "" operationId: PING …
Umer Asir
  • 11
  • 4
0
votes
1 answer

How to determine client ip Address In Java interceptor for API route in WSO2 microgatway 3.1.0?

Hi am using java interceptor and want to determine client ip address who invoked the api Open Api Specification paths: /test: get: description: "" operationId: PING x-wso2-disable-security: true x-wso2-throttling-tier:…
Umer Asir
  • 11
  • 4
0
votes
0 answers

wso2 micro-gateway basic auth using interceptor

Hi am trying to do basic authentication in wso2 interceptor without it being validated against user defined in wso2.gw.conf. My defined interceptor is validating basic auth header. so is their a way to disable basic auth validation by WSO2 against…
Umer Asir
  • 11
  • 4
0
votes
1 answer

wso2 micro-gateway x-wso2-disable-security=true disable throttling

I am trying to have basic authentication on below defined api. i have disabled default security using x-wso2-disable-security: true but it also disables rate limiting defined on it. No sure why this is the case. paths: /public/rt/PING: get: …
Umer Asir
  • 11
  • 4
0
votes
1 answer

Error while building WSO2 Microgateway project on Windows 10

I’ve been trying to explore WSO2 Microgateway and set up a Microgateway project. Building the project in Windows 10 with the command “micro-gw build project-name” is giving this error: “Could not find or load main class…
Sushant W
  • 1
  • 1