- Sep 08, 2018
-
-
Alex Ellis (VMware) authored
Also removes legacy MAINTAINERS file - this data is in .DEREK.yml Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Adds distributed-copyright Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Vivek Singh authored
This commit adds basic authentication for `/system/async-report` endpoint. It also adds basic-auth secrets to `queue-worker` service which will be used for gateway calls to `/system/async-report`. Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
Alex Ellis (VMware) authored
Added video link Removed sample-functions link Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Move Python example to use "return" and to use string formatting. Tested example on Docker Swarm. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Sep 06, 2018
-
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Alex Ellis (VMware) authored
The basic-auth middleware and credentials-loading code has been moved into the faas-provider project. This has now been brought back into the faas project via vendoring. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Radoslav Dimitrov authored
Convert all sample-functions to use curl to get the watchdog as it can be cached by Docker. Issue #841 Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Radoslav Dimitrov authored
Convert all sample-functions to use curl to get the watchdog as it can be cached by Docker. Issue #841 Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Radoslav Dimitrov authored
Convert all sample-functions to use curl to get the watchdog as it can be cached by Docker. Issue #841 Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Radoslav Dimitrov authored
Convert all sample-functions to use curl to get the watchdog as it can be cached by Docker. Issue #841 Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
- Sep 05, 2018
-
-
Alex Ellis (VMware) authored
Code-review/refactoring for #843. Closes #843. FaaSHandlers has had info and query handlers added to its list of types for consistency. Secrets added to queue-worker component ready for next PR. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Burton Rheutan authored
This changeset enables passing the basic auth credentials to all /system/ calls to allow upstream providers to perform authorization checks independent of the gateway. This is essential for some providers, like Swarm, where the system is accessible on the same network, and not protected via the gateway Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
- Sep 03, 2018
-
-
Alex Ellis (VMware) authored
- Added Copyright in handlers where missing - Renamed Project to Author(s) where needed Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Sep 02, 2018
-
-
Edward Wilde authored
Signed-off-by:
Edward Wilde <ewilde@gmail.com>
-
- Aug 31, 2018
-
-
James authored
This updates the 2018 meetup event section to add an event for September 12th, 2018 in Sydney Australia. Signed-off-by:
James McAfee <mcafeej@vmware.com>
-
- Aug 30, 2018
-
-
Ivana Yovcheva (VMware) authored
The scaling endpoint supports POST method, but in Swagger it was documented with GET instead. Also bumped up the gateway version to 0.8.12 Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
Alex Ellis (VMware) authored
Moves to 0.9.0 Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Edward Wilde authored
Relates to: #815" Signed-off-by:
Edward Wilde <ewilde@gmail.com>
-
- Aug 29, 2018
-
-
Patricio Diaz authored
Updated Swarm image versions for Prometheus & Alertmanager to match Kubernetes stack - Prometheus: v2.2.0 => v2.3.1 - Alertmanager: v0.15.0-rc.0 => v0.15.0 Signed-off-by:
Patricio Diaz <padiazg@gmail.com>
-
Alex Ellis (VMware) authored
Adds PATH support over HTTP for functions. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
This prevented Prometheus metrics from being gathered from the URL. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
This was altered to "alexellis" for building a testing image, but shouldn't have been pushed. Reverting. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
This reviews the code and fixes up suggestions made by team for the HTTP paths PR #789. - Removed feature-flag (this is backwards-compatible, so I see no value in adding the flag) - There was a URL transform happening for calls proxied to the back end, I changed this for the nil-transform - i.e. it does not change anything in the URL - Introduced variables to describe the regex indicies used in the URL trimming. Tested with Docker Swarm with a ruby-microservice, with system calls and with function calls using the UI. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Thomas E Lackey authored
Signed-off-by:
Thomas E Lackey <telackey@bozemanpass.com>
-
Thomas E Lackey authored
Signed-off-by:
Thomas E Lackey <telackey@bozemanpass.com>
-
Thomas E Lackey authored
Make 'URLPathTransformer' interface and implementation to do the function prefix trimming instead of baking it in. Also add a configuration option, 'pass_url_path_to_functions' to control whether the full path is passed to the functions or not. Signed-off-by:
Thomas E Lackey <telackey@bozemanpass.com>
-
Thomas E Lackey authored
Previously, only the query string of the URL was passed through the Gateway. With this change, the entire path requested by the client is passed through as well as the query string. While fwatchdog already supported passing the path through, in practice this would not happen since the Gateway would have swallowed it before forwarding the request to the watchdog. With this change, the path portion after the function name is added to the Http_Path environment variable, provided that cgiHeaders are enabled. This is similar to the of-watchdog equivalent. Signed-off-by:
Thomas E Lackey <telackey@bozemanpass.com>
-
Ivana Yovcheva (VMware) authored
This updates the blog post section with OpenFaaS being mentioned on Cisco DevNet Sandbox Cloud section and blog post for OpenFaaS on Kubernetes from 2 Jan 2018 again in DevNet Sandbox Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Aug 28, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Covers Prometheus and AlertManagerx Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Adds 2.2.0 Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Also removed rouge `**` character from markdown Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Aug 24, 2018
-
-
Ken Fukuyama authored
Added OpenFaaS Author(s) to show distributed copyright. Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
Ken Fukuyama authored
To avoid future confusion, this fix renames ServiceReplicasCounter to ServiceReplicasGauge. Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
Ken Fukuyama authored
This change exposes the gateway metrics with an exporter which implements the Collector interface of prometheus. This change Fixes #697 Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-