- Nov 04, 2018
-
-
Alex Ellis (VMware) authored
- PR #929 introduced the ability to generate passwords for the gateway admin user, this is a good step forwards for Windows users. It did introduce an inconsistency in the format that passwords are stored by not using a form of hashing. Hashing of secrets is used extensively within OpenFaaS/OpenFaaS Cloud whether with Swarm or Kubernetes via helm. If there are concerns about using a hashed value for a password I would suggest raising an issue to track this and have any decision we make applied for all users (not just PowerShell users). As a compromise I've introduced hashing by default and added a new flag called -noHash which can be used to replicate the behaviour of the original PR. After feedback from other contributors I also looked into whether the flag syntax could match the existing syntax but left this as is. Bash will use --no-auth and PowerShell will use --noAuth. This was tested on Docker Swarm on Windows. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
John McCabe authored
Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
- copies behaviour from bash installer Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
- Generates the password to mirror deploy_stack.sh - Uses hardcoded admin to mirror deploy_stack.sh - Uses throw to exit when error - Updates faas-cli login command for Powershell Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
This commit updates deploy_stack.ps1 to check that Docker is running in Swarm mode before proceeding. Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
This commit updates the Windows deploy_stack.ps1 to set the basic-auth-user and basic-auth-password secrets if absent. Signed-off-by:
John McCabe <john@johnmccabe.net>
-
Emmanuel Lebeaupin authored
Signed-off-by:
Emmanuel Lebeaupin <emmanuel.lebeaupin@gmail.com>
-
- Nov 01, 2018
-
-
Alex Ellis (VMware) authored
- extracting this package means it can be used in other components such as the asynchronous nats-queue-worker which may need to invoke functions which are scaled down to zero replicas. Ref: https://github.com/openfaas/nats-queue-worker/issues/32 Tested on Docker Swarm for scaling up, already scaled and not found error. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Oct 28, 2018
-
-
Radoslav Dimitrov authored
Omit the staging directory created by the publish-armhf.sh script Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
Alex Ellis (VMware) authored
- documents ScalingConfig and MakeScalingHandler Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Oct 26, 2018
-
-
Philippe Charrière authored
Hello, I added a blog post https://k33g.gitlab.io/articles/2018-10-20-OPENFAAS.html It's a kind of quick start Signed-off-by:
Philippe Charrière <pcharriere@gitlab.com>
-
Lucas Roesler authored
Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Lucas Roesler authored
**What** - Bumpe nats-streaming version to 0.11.0 in the docker-compose files - Addresses #790 Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
- Oct 25, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- as reported on Slack and in issue #931 the gateway scaling code was scaling to zero replicas as a result of the "proportional scaling" added by @Templum's PR. This commit added a failing test which was fixed by adding boundary checking - now if the scaling amount is "0" we keep the current amount of replicas. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Oct 21, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Oct 20, 2018
-
-
Alex Ellis authored
-
Richard Gee authored
Trivial change to add logging around scale from zero events in scaling.go. Previously scale from zero events were not logged in the same way that normal scaling events are. This change adds log writes to show when a scale from zero was requested and when a function successfully moved to > 0 replicas. Signed-off-by:
Richard Gee <richard@technologee.co.uk>
-
- Oct 19, 2018
-
-
qinpengfei authored
Signed-off-by:
qinpengfei <qinpengfei@jd.com>
-
Alex Ellis (VMware) authored
We now send Accepted not OK for creating functions. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- Covers part of 919 by making the HTTP client used for proxying stop following redirects. Tested with a stateless microservice, but additional code changes may be requierd in the queue-worker, the watchdogs and other areas. Tested on Swarm with stateless microservice (Node.js) issuing a redirect via Location header. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
- Oct 15, 2018
-
-
John McCabe authored
Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
Signed-off-by:
John McCabe <john@johnmccabe.net>
-
Patricio Diaz authored
Signed-off-by:
Patricio Diaz <padiazg@gmail.com>
-
- Oct 13, 2018
-
-
Lucas Roesler authored
Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Lucas Roesler authored
**What** - Split the table into official providers and community providers - Move the site links to the site column Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Lucas Roesler authored
**What** - Add openfaas-operator as a provider with status Incubation Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Ken Fukuyama authored
Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
Alex Ellis authored
-
- Oct 12, 2018
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-