faas/gateway
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
..
2017-05-30 17:10:34 +01:00
2016-12-30 18:54:57 +00:00
2017-01-25 22:29:17 +00:00
2017-02-03 13:27:36 +00:00
2017-05-08 13:42:14 +01:00