Questions tagged [apiman]

The apiman project is an open source API Management platform, coupling a rich API design & configuration layer with a blazingly fast runtime.

The apiman project is an open source API Management platform, coupling a rich API design & configuration layer with a blazingly fast runtime.

The project is hosted at: http://www.apiman.io

34 questions
5
votes
1 answer

Is it possible to authenticate against a Keycloak's Identity Provider (OpenAM) without using the Login screen?

Please note I am new to the applications I am mentioning so I might use the terminology incorrectly. I've added a few diagrams to explain myself as best I could. I am trying to setup a web service authentication policy in APIMAN (which uses Keycloak…
Gankbanger
  • 103
  • 1
  • 7
3
votes
1 answer

How to overwrite apiman.gateway-endpoint default property values in Apiman (1.3.1.Final)

Environment Distributor ID: Ubuntu Description: Ubuntu 16.04.5 LTS Release: 16.04 Codename: xenial Bug I'm using dockerized apiman version 1.3.1.Final. (Quite old I know...) I'm trying to overwrite gateway properties for the…
user3793803
  • 336
  • 4
  • 7
2
votes
1 answer

wildfly-20.0 -Apiman 2.0 Publish Issue

when i publish after entering deals for a service i get only this error: image before publish: image after publish: but in console log i get the following warning: WARN [org.keycloak.events] (default task-2) type=LOGIN_ERROR, realmId=Apiman,…
2
votes
1 answer

Apiman (RedHat) and OpenAM (forgerock)

Is it possible to use Apiman over OpenAM infrastructure with OAuth2. Apiman is working with keycloak (RedHat) authentication solution, but can we replace kaycloak with OpenAM ?
Mr_Thorynque
  • 1,749
  • 1
  • 20
  • 31
2
votes
3 answers

Chaining Docker Images and execute in order

I am extending the APIMan / Wildfly Docker image with my own image which will do two things: 1) Drop my .war file application into the Wildfly standalone/deployments directory 2) Execute a series of cURL commands that would query the Wildfly …
Brooks
  • 7,099
  • 6
  • 51
  • 82
2
votes
1 answer

Can I install apiman 1.0.0.Beta1 on WildFly 8.2

The apiman (http://www.apiman.io/latest/download.html) tell to use the (WildFly 8.1.0.Final) but the latest version of WildFly is 8.2 Can I install apiman on 8.2 version ?
newway
  • 647
  • 1
  • 13
  • 21
1
vote
1 answer

Error with client/contracts using API's functionality

We are getting the errors while working with the client/contracts when managing it with API’s Here is the scenario that we are facing: We have an Api that we have created and added a contract to it: Upon checking of API Contract, we are getting the…
1
vote
0 answers

Not able to change the End point URL in APIMan to public IP

We are trying to configure APIMan on Aws server. We were able to publish API as public and endpoint also, working fine & fetching the results with backend API. default end point is something…
r Reddy
  • 49
  • 5
1
vote
1 answer

How to configure RedHat APIMan Authorization Policy for unprotected endpoints?

We have installed and configured RedHat APIMan for our working API and the plan is migration form current home-grown tiny gateway to APIMan. The problem is that we have some unprotected endpoints which do not need login (Not everyone role! No login…
Kamyar
  • 2,494
  • 2
  • 22
  • 33
1
vote
1 answer

Bypass keycloak login system with rest api using java and generate realm/application URL

I am trying to integrate apiman in my project. I am able to do following things with simple java program ( REST api ), Create user for keycloak realm Assign role for user. Able to login in apiman with those credentials. Things I am not being able…
TheAkashKamble
  • 181
  • 2
  • 17
1
vote
1 answer

API Man plugin - Wildfly dependency conflict

I have written an API Man plugin which uses com.squareup.okhttp3:okhttp:3.11.0 as a dependency, this has a transient dependency on com.squareup.okio:okio:jar:1.14.0. However it appears Wildfly (10.1.0.Final) is using a different version off this…
PDStat
  • 5,513
  • 10
  • 51
  • 86
1
vote
0 answers

APIMan return error 400 for header Access-Control-Request-Method

I'm getting HTTP response code 400 in APIMan (version 1.3.0.Final) every time I use the Header Access-Control-Request-Method. I tried the same Request without the HEADER and worked so that I imagine something is wrong with…
Renato Barros
  • 177
  • 3
  • 14
1
vote
1 answer

Apiman X-Fowarded-For on Simple Header Policy

I'd like to know if there is some way to add the Client remote IP on my Request Header from API Man. I need to add a Simple Header Policy with a "X-Forwarded-For" containing the client remote ip. My backend is getting the APIMan IP as remote client,…
Renato Barros
  • 177
  • 3
  • 14
1
vote
1 answer

WSO2 API Manager 2.1.0 source code

I'm trying to find the correct version of the source code for the API Manager 2.1.0. Version of the apimgt package in APIM 2.1.0 pack is 6.1.66, But it cannot find in the Git repository. Please provide the link for the correct version.
Chintha
  • 95
  • 9
1
vote
1 answer

How to test an API locally in apiman?

Desired Behaviour I want to test an apiman API locally in order to view the response of the apiman-quickstarts/echo-service (or if that is no longer applicable in the latest version of apiman, any echo response would be great). What I've Tried I…
user1063287
  • 10,265
  • 25
  • 122
  • 218
1
2 3