fn icon indicating copy to clipboard operation
fn copied to clipboard

The container native, cloud agnostic serverless platform.

Results 113 fn issues
Sort by recently updated
recently updated
newest added

We need to inject in the gin middleware the function which allows to load and extend the middleware with custom ones. Fixes: #1326

if we send out versions of fdks, sdks and cli then we can track usage of these things over time from metrics, allowing us to deprecate older things easily in...

``` --- FAIL: TestPlainNoEvict (4.46s) agent_evict_test.go:200: submit should not error! Timed out - server too busy agent_evict_test.go:209: unexpected error ``` circle build: https://circleci.com/gh/fnproject/fn/5511 has happened a couple of times, it...

It would be nice to provide middleware for user applications, in the form of another function, so that a user can add things like authentication for instance. * User adds...

for discussion

**Description** As a official FDK maintainers we committed ourselves to deliver best tooling for doing serverless with Fn. One of the first things we need to fix is the security...

https://github.com/moby/moby/tree/master/client has most of what we need (have actually done this before, it's a little tedious). there are some weird things like attach which don't map perfectly. it would be...

Hello, I've a couple of (probably) related questions. I know for example that invoking functions via cur can be achieved via http triggers as described in this tutorial https://github.com/fnproject/tutorials/blob/master/Introduction/README.md and...

Hello, looking through the documentation https://github.com/fnproject/docs/blob/master/fn/develop/triggers.md only HTTP triggers seem to be mentioned so this implies to me that only HTTP triggers are currently supported by Fn, is this correct?...

Hi, I've set up a pretty basic private Docker registry ``` docker run --rm -d \ --name registry \ -p 5000:5000 \ registry:2 ``` Which is pretty much the same...

it would be great if functions and triggers had a field such as: ``` status: disabled ``` which would allow a user to turn a function or trigger off. say,...

waiting