Questions tagged [gravitee]

Links

Gravitee.io homepage

Github

Features

  • API Gateway
  • API Portal
  • Smart Proxy (Load Balancing...)
  • Access Control (Identity and authorizations, Rate limiting, Quotas)
  • Analytics
  • Alerting
35 questions
4
votes
0 answers

JWT verification error: JsonWebTokenError: invalid algorithm

i am trying to implement a single sign on for my web application. I am using gravitee.io for the access managment and token generation. I followed the steps in gravitees quickstart tutorial and i am now at the point that i want to verify my…
JustAMicrobe
  • 427
  • 6
  • 15
2
votes
1 answer

Getting com.mongodb.MongoTimeoutException in Gravitee access management api

We are trying to upgrade Gravitee from 1.2 to 3.15 using Docker. Mongodb version is 4.2. While trying to use access management api getting 504 response. In Gravitee access management API logs getting the below error…
2
votes
1 answer

How can i enable SSL for for Gravitee API Gateway

I was able to configure Gravitee API Gateway, Management and UI successfully and I successfully created sample API's which were tested in postman. Now I need to enable SSL for all the three Gravitee services running on ports Management-UI - 8000,…
Richard Vinoth
  • 280
  • 3
  • 12
1
vote
0 answers

413 Request Entity Too Large -Gravitee

Registered a Java Rest api with gravitee. This api is for uploading the images to a minio bucket. I am getting the error: 413 Request Entity Too Large I have already tried: Add "Request Content Limit" policy. This is not helping In general settings…
1
vote
1 answer

How to use Service management ecosystem(kafka connector) in gravitee 3.x. Is their any guide or tutorial

Not able to understand how to use kafka connector. do we require our own service to connect to kafka or gravitee will provide.
1
vote
1 answer

How to set up Gravitee.io on Windows machine

Is it possible to install Gravitee.io Access Management on a local Windows machine?
OuterSpace
  • 365
  • 7
  • 22
1
vote
0 answers

gravitee.io can not debug policy in intellij

I am using intellij CE and trying to debug the gravitee.io policy locally. I am struggling from several days with no avail. I am C# developer and very novice to intellij. If someone can help me nail down the issue of my debugging, I will truly…
Andy Johnson
  • 639
  • 8
  • 27
1
vote
1 answer

How to pass user credentials to gravitee in body request and not as query param

Im trying to authenticate an user in Gravitee AM using OAuth, is the step to get the access token... but i notice that the credentials are passed as query param and not in the body request (as may to be for me... i think), is configuration needed to…
1
vote
1 answer

Collect and use custom metric as policy in Gravitee

We would like to use gravitee as an API gateway in front of our web API, but we need to be able to offer plans that filter according to a business-specific metric, that is sent along in the response of all API calls. Say, for instance, that our API…
Gui13
  • 12,993
  • 17
  • 57
  • 104
1
vote
1 answer

Unable to get the Gravitee API gateway respone from CHROME but able to get from POSTMAN

I am trying to hit a GET request which is a Gravitee API Gateway URL on which my web API are exposed. whem I hit the URL from POSTMAN with no headers and no Auth. , I am able to get the response but when I hit the URL from chrome or any other…
1
vote
1 answer

Connection refused in Gravitee.io

I just started Gravitee gateway and Management API. But I keep getting this error. Connection refused: localhost/127.0.0.1:9200 What am I missing?
Bee
  • 12,251
  • 11
  • 46
  • 73
0
votes
1 answer

gravitee and keycloak integration problem. error connection refused

im trying to get integrate keycloak to gravitee and i get connectio refused error when trying to log in with keycloak. everything is running on docker container heres my docker config # # Copyright (C) 2015 The Gravitee team (http://gravitee.io) # #…
0
votes
0 answers

How to retrieve in the headers of the Gravitee API Manager a metadata from an OAuth2 client application defined in Access Manager?

I configured an OAuth2 client on Gravitee AM to secure access to an API and it works fine. I would like to be able to add a variable in the headers (using the Transform Header Policy) that appears in the metadata of the AM client. My metadata is…
seboo
  • 53
  • 1
  • 3
0
votes
0 answers

unable to show states and health check on gravitee io?

I have setup new gravitee APIM in which i have add few api which targets fast and flask api in the backend. i want check the statistics and health of it but when go check on the default dashboard it doesn't show any status just a counter that apis…
0
votes
1 answer

Gravitee docker-compose setup, how to install a previous version and where do I see the current installed version

For my Gravitee setup, I am using the docker-compose file from the official documentation. However I want to simulate a version upgrade, so I would like to install a previous version and then upgrade it to the newest one for example. In the…
1
2 3