Ivan Mikushin
8dd646cf5a
Add AvailableReplicas field to requests.Function
...
Signed-off-by: Ivan Mikushin <imikushin@vmware.com>
2018-03-01 08:26:05 +00:00
Lucas Roesler
fe7dd9068f
Remove code duplicated during a rebase
...
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
2017-12-16 16:08:52 +00:00
Lucas Roesler
0fef825fb4
Add support to specify secrets in services
...
**What**
- During function creation, accept an array of strings defining swarm secrets
that are required for the service
- Update docs
- Add new guide on using the secrets capability
- Add new sample function to highlight using environment variables
- Update `ApiKeyProtected` sample function to utilize the new secrets
capabilities
**Why**
- This allows secrets to remain encrypted at rest instead of being unencrypted
in environment variables and yaml files.
Fixes #285
Signed-off-by: Lucas Roesler <lucas.roesler@gmail.com>
2017-12-16 16:08:52 +00:00
Alex Ellis
b17838ce51
Add Swarm limits
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-11-15 08:42:00 +00:00
Alex Ellis
b2c579370a
Return labels in functions list endpoint
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-11-05 20:11:47 +00:00
Alex Ellis
e4a1ef2d6b
Add label support to Swarm
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-23 16:19:49 +01:00
Alex Ellis
9af6ff61b4
Secrets in requests
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-12 21:22:15 +01:00
Alex Ellis
dde98eb582
Forward path and query string through proxy
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-11 18:57:00 +01:00
Alex Ellis
3db2064d91
Handle constraints
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-09-04 13:42:36 +01:00
Alex Ellis
bd146f526c
Sync async_nats work with master
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-08-29 19:40:08 +01:00
Alex Ellis
b6002e1c85
Add EnvProcess and logo to UI
...
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-08-23 09:01:44 +01:00
Alex Ellis
f165ce2ca7
External replica proxy
2017-08-08 09:14:46 +01:00
Sebastien Guilloux
9e711b3b5d
Handle private docker registry auth
...
This adds support for private docker registries, by adding
an optional `registryAuth` field in the CreateFunctionRequest.
Auth must be passed as base64-encoded basic auth, similar to
how done in Docker file store credentials (~/.docker/config.json).
Credentials are then passed to swarm at service creation.
2017-05-30 17:10:34 +01:00
Alex
201d2c20de
Requests update
2017-05-08 13:42:14 +01:00
Alex Ellis
9e3eaea754
Pass env-vars to functions via API gateway
2017-05-08 13:42:14 +01:00
Alex Ellis
2b57665293
Add EnvVars
2017-05-07 14:27:57 +01:00
Alex
569ccbf323
Add license into code files for MIT
2017-04-27 23:21:50 +01:00
Alex Ellis
78af82021f
Vendoring with Glide and delete function handler
2017-04-27 09:29:14 +01:00
Alex
fe1e9fc52e
Create your own functionk working.
2017-03-12 12:56:53 +00:00
Alex
98c9ef67f4
Initial pop-up for new function.
2017-03-12 12:56:53 +00:00
Alex
0dfafe99c5
Error handling around Docker socket, refactor scaling to separate method
2017-01-23 09:19:52 +00:00
Alex Ellis
cf2317696d
Unmarshall the service name
2017-01-22 11:13:45 +00:00
Alex Ellis
158c412251
Initial test for alert unmarshall
2017-01-22 11:09:43 +00:00
Alex Ellis
b9bd7c8101
Extract separate files/packages for better visibility.
2017-01-21 15:50:19 +00:00