krakend-ce icon indicating copy to clipboard operation
krakend-ce copied to clipboard

KrakenD Community Edition: High-performance, stateless, declarative, API Gateway written in Go.

Results 87 krakend-ce issues
Sort by recently updated
recently updated
newest added

**Environment info:** * KrakenD version: 2.0.5 * System info: docker * Backend technology: Go **Describe the bug** plugin/req-resp-modifier in an endpoint is not called if one of the backend CEL...

Hi there, is there any plan to support GraphQL schema federation (multiple graphQL endpoints exposed as a single /graphql) and including subscriptions as a managed type? Thank you

**Environment info:** * KrakenD version: 2.0.5 * System info: package manager * Hardware specs: N/A * Backend technology: N/A * Additional environment information: **Describe what are you trying to do**:...

question

Tried Some thing like below as specified in https://www.krakend.io/docs/enterprise/endpoints/common-expression-language-cel/#:~:text=Let%E2%80%99s%20say%20that%20the%20JWT%20token%20the%20user%20sent%20contains%20an%20attribute%20named%20enabled_days%20in%20its%20payload.%20This%20attribute%20lists%20all%20the%20integers%20representing%20which%20days%20the%20resource%20can%20be%20accessed%3A Failing with error - /:assumeRole/account][CEL] Rejecter #0 failed: no such attribute: id: 1, names: [req_params] ` .... "endpoint": "/{assumeRole}/account", "input_headers":[ "*"...

@kpacha @alombarte The use case that I am looking is there are 2 end points A and B sequentially, in which B requires a specific Header sent from the endpoint,...

question

Hi! I have some questions about http-client-plugin implementation. I’d like to redirect to login page, when get 401 status from auth/validator Similar issue: [Issue #483](https://github.com/krakendio/krakend-ce/issues/483) **Environment info:** * KrakenD version:...

question

Is there anyone can help me to build one endpoint with below scenario? backend A -----> backend B(rely on the result from A) -----> backend D(rely on the result from...

**Environment info:** _devopsfaith/krakend:2.0.4_ successfully deployed with flexible configuration. **Describe what are you trying to do**: I have distributed tracing for http requests configured with Elastic APM server (and EFK stack)....

question

is there any mechanism just like 'nginx -s reload'? the configuration file may be modified frequently,i want my backend service is available when i reload the configuration

question

**Describe the bug** When installing krakend-integration using below command `go install github.com/devopsfaith/krakend-ce/v2/cmd/[email protected] ` I get following error ``` go install: github.com/devopsfaith/krakend-ce/cmd/[email protected]: github.com/devopsfaith/[email protected]: invalid version: module contains a go.mod file, so...