Edward Wilde
Edward Wilde
## Expected Behaviour Attributes used to create a function with the `POST` endpoint should be mirrored when retrieving the function meta data using the `GET` endpoint ## Current Behaviour The...
## Description There is no way to change the name of the nats cluster id used for asynchronous invocation. Currently it expects the cluster id to be `faas-cluster`. Note that...
Some platforms support mutual TLS for authenticating webhooks Example of these platforms might be: - https://api.slack.com/docs/verifying-requests-from-slack#mutual_tls - https://www.sparkpost.com/docs/tech-resources/webhook-authentication/ ## Debugging Sometimes it's useful to know the details of the client...
## Goal: Create a command that installs OpenFaaS in a default configuration suitable for development, proofs of concepts and demonstrations. The command should support: - Docker swarm - Kubernetes ##...
During provider development i've found it helpful to log the the entire request/response sent from the CLI to the gateway. ## Expected Behaviour `faas cli deploy --debug` ## Current behaviour...
## Summary Add support to linkerd to enable backup requests also known at hedge requests. ## Context Backup requests can be used to reduce the overall latency of a system,...
Running the `tfplugindocs` from the root of any provider repo generates the following error: ``` ❯ tfplugindocs rendering website for provider "terraform-provider-scaffolding" exporting schema from Terraform compiling provider "scaffolding" Error...
Signed-off-by: Edward Wilde
Deploying with `--replace` parameter throws the following error Deploying: secret-db. Server returned unexpected status code 400 Unexpected status: 500, message: InvalidParameterException: Unable to Start a service that is still Draining....
## Summary Upgrade proxy code to use new merged package https://github.com/openfaas/faas-provider/pull/11