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…
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…
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…
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…
How to access Gravitee HTTP CALLOUT context variable in Gravitee Groovy Script
name : callout-attribute
value : {#jsonPath(#calloutResponse.content, '$.field')}