router icon indicating copy to clipboard operation
router copied to clipboard

Edge router for Deis Workflow

Results 15 router issues
Sort by recently updated
recently updated
newest added

Kubernetes: $ kubectl version --short Client Version: v1.5.4 Server Version: v1.5.4 Deis: $ helm list NAME REVISION UPDATED STATUS CHART NAMESPACE deis-workflow 6 Thu Mar 9 12:41:00 2017 DEPLOYED workflow-v2.12.0...

bug

If we want to scale the NGINX instance to more than one instance and use SSL session tickets, each instance must have the same key. Could you add that to...

enhancement
help wanted
proposal

This issue is for running the router in a Kubernetes cluster and running load tests against it (using a tool like [Apache Bench](https://httpd.apache.org/docs/2.4/programs/ab.html) or [boom](https://github.com/rakyll/boom)). Responses other than the expected...

enhancement
help wanted
proposal

Performance and more https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling

enhancement
help wanted

https://github.com/PalmStoneGames/kube-cert-manager is opinionated in its secret name creation with its TPR, as is Deis in secret name usage for certificates. (append with -cert). We should support any arbitrary secret name...

enhancement
help wanted

We're looking for a PaaS which supports proxying HTTP/2 to the backend app to enable mobile support for [gRPC](http://grpc.io). Deis supports terminating HTTP/2 at the router and opening an HTTP/1.1...

enhancement
help wanted

Acceptance Criteria: * Use the `--build-args` flag when running `docker build` to pass in the following items (and more if needed) * BUILD_DATE * VERSION You will need to do...

enhancement

I'm not sure how good/bad idea this is, I'll describe my issue and maybe better solution will came up during discussion. Configuration: - Workflow 2.10 - EC2 - TCP ELB...

Configuration - Workflow 2.10 - `router.deis.io/nginx.platformDomain: example.com` When I add FQDN (`sub1.example.com`) domain which includes my platform domain (`example.com`) and it isn't application name, then SSL configuration isn't created on...

If deis router is running with PROXY protocol enabled the value of `$proxy_protocol_port` is not regarded when determining the `$access_scheme` which ends up in the `X-Forwarded-Proto` header sent to backends....