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
0
votes
1 answer

How can i add security to my gravitee.io api with keycloak?

i try to add security to my Api defined in Gravitee.io with a keycloaK apikey . I've tried to add resource in my api conf but i not found resource "Keycloak provider" to paste my keycloak json file. like in the last screenshot of this readme…
flagadajones
  • 329
  • 3
  • 12
0
votes
1 answer

Access control in elastic search indices

I have an instance of elastic search running and I can see the list of indices by hitting the URL http://165.30.5.62:9300/_cat/indices?v Now for a particular index I can see the data as http://165.30.5.62:9300/{index}/_search?size=100&pretty=true…
RajieRoo
  • 121
  • 1
  • 9
0
votes
1 answer

Gravitee.io websocket connection

I set up an API Gateway through Gravitee.io and a Springboot application, and everything seems to work fine as per the rest endpoints, running in https also. Now, I would like to open a websocket connection through the same port (8080), but when…
-1
votes
1 answer

Gravitee and FastAPI

Our company uses Gravitee. I have my ML written in Python. I need to make available via API. How can I do it? I think I can use FastAPI to expose my code as an API. Will it be possible to "marry" gravitee and my part? Would it be better to use…
AnnaS
  • 7
  • 1
-2
votes
1 answer

How to access Gravitee API ,HTTP CALLOUT context variable in Gravitee API Groovy Script

How to access Gravitee HTTP CALLOUT context variable in Gravitee Groovy Script name : callout-attribute value : {#jsonPath(#calloutResponse.content, '$.field')}
AsithaL
  • 59
  • 1
  • 1
  • 8
1 2
3