- Jun 18, 2018
-
-
Alex Ellis (VMware) authored
Introduces 0.4.6 of queue-worker - see upstream repo for changes. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Jun 17, 2018
-
-
Lucas Roesler authored
**What** - Update the documentation about secret management to note the changed file location - Remove the documentation on secret rotation, because this will not currently work - Update apikey-secret and ApiKeyProtected-Secrets to read secret values from both the old and the new locations **Why** - Recent updates to faas-swarm and faas-netes changed the mount location of secrets. These changes update the docs to reflect this change. Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Jun 16, 2018
-
-
Alex Ellis (VMware) authored
Includes fixes for secrets path, tested on Swarm. Secrets now mounted at /var/openfaas/secrets/ Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Lucas Roesler authored
**What** - When determining the service name of the function, remove any trailing slashes, the slashes are not allowed in service names for either Swarm or K8S, so this can only be a left over from the url path **Why** - This was preventing service resolution, and hence failed functions, when the function was called with a trailing slash Fixes #714 Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
Sean Smith authored
Issue #660 has been open for a while to update to 1.9.6, this performs the update to the latest in the 1.9 release (1.9.7) Signed-off-by:
Sean Smith <sean@wwsean08.com>
-
- Jun 12, 2018
-
-
Robbie Page authored
Signed-off-by:
Robbie Page <rob@rorpage.com>
-
- Jun 09, 2018
-
-
Alex Ellis authored
-
- Jun 05, 2018
-
-
Burton Rheutan authored
This update removes the PWD button from the readme Play-with-Docker was unreliable for automatic deployment causing confusion with users attempting to get started quickly Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
- Jun 04, 2018
-
-
Alex Ellis (VMware) authored
If needed, create the secrets and then uncomment. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Eric Stoekl authored
Break out sample functions into new stack.yml Update instructions in Testdrive.md Signed-off-by:
Eric Stoekl <ems5311@gmail.com>
-
- May 30, 2018
-
-
Edward Wilde authored
Signed-off-by:
Edward Wilde <ewilde@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
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- May 28, 2018
-
-
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>
-
- May 25, 2018
-
-
Tarun Mangukiya authored
Added our experience with serverless computing and speeding up Iconscout with OpenFaaS Signed-off-by:
Tarun Mangukiya <tarunmangukiya@hotmail.com>
-
- May 24, 2018
-
-
John McCabe authored
Signed-off-by:
John McCabe <john@johnmccabe.net>
-
- May 23, 2018
-
-
Alex Ellis (VMware) authored
This change enables secrets to be read from any mount on disk rather than hard-coding a certain location which suits Swarm or K8s. The default value if not specified will look in the Swarm location of /run/secrets/ README.md (docs) updated and set to off by default. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Fixes https://github.com/openfaas/faas/issues/687 allowing the gateway to handle the responsibility of basic auth for when it is in use. To enable set basic_auth env-var to true and then mount two secrets or plaintext files under /var/secrets/ basic_auth_user, basic_auth_password Tested with faas-cli list/deploy and with Safari browser. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Keiran Smith authored
Signed-off-by:
Keiran Smith <contact@keiran.scot>
-
- May 22, 2018
-
-
Alex Ellis (VMware) authored
Needed to level with x86_64. Tested by BurtonR Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- May 21, 2018
-
-
Alex Ellis (VMware) authored
Moving minor version to 1.9.6 Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- May 20, 2018
-
-
Alex Ellis (VMware) authored
Makes health and info endpoints available, see release notes. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Fixes issue 689 by enabling /healthz and /system/info, see swagger for more details. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- May 17, 2018
-
-
Alex Ellis (VMware) authored
Version needed increasing to reflect current schema Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
EnvVars are incorrectly marked as arrays and this is causing some confusion. Made a fix with Ivana reviewing and tested in Swagger UI. https://github.com/openfaas/faas-netes/issues/204 Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- May 11, 2018
-
-
Alex Ellis authored
FaaS-Swarm updates: - Support varied private repository tag names - Move to start-first update strategy Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Ivana Yovcheva (VMware) authored
This updates alpine version to 3.7 in sample-functions, gateway and some markdown docas. Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
Ivana Yovcheva (VMware) authored
This updates watchdog version to latest 0.8.0 in the functions samples and documentation Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
- May 01, 2018
-
-
Alex Ellis authored
-
Eric Stoekl authored
Signed-off-by:
Eric Stoekl <ems5311@gmail.com>
-
- Apr 28, 2018
-
-
John Callaway authored
Adding my github username to DEREK.yml so that I can help triage UI issues Signed-off-by:
ovation22 <john@1north.com> Signed-off-by:
John Callaway <john@1north.com>
-
Ivana Yovcheva (VMware) authored
This updates the gateway version to the latest 0.8.0 and faas version in markdown docs Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
- Apr 26, 2018
-
-
Rillian Grant authored
- Added padding to the "You need JavaScript page" - Added padding to the "You need JavaScript page" - Added info about the CLI tthe "You need JavaScript" page - Added a message for people who don't have JavaScript enabled Signed-off-by:
Rillian Grant <rillian.grant@hotmail.com>
-
- Apr 25, 2018
-
-
ovation22 authored
Adds a more informative screen when a function is not selected or when there are no functions to select from. Provides a button to deploy a new function and more information on how to deploy using faas-cli. Signed-off-by:
ovation22 <john@1north.com>
-
- Apr 20, 2018
-
-
Alex Ellis (VMware) authored
Alpine Base image goes to 3.7 (latest) pwgen sample added. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Apr 16, 2018
-
-
rgee0 authored
Following the existing README instructions would result in an error when the user attempted to create the secret. This small change remediates the instruction so that the secret is successfully created. Signed-off-by:
rgee0 <richard@technologee.co.uk>
-
Stefan Prodan authored
Pipe the Docker registry password so that docker login doesn't block Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-