Skip to content
  • Sebastien Guilloux's avatar
    9e711b3b
    Handle private docker registry auth · 9e711b3b
    Sebastien Guilloux authored
    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.
    9e711b3b
    Handle private docker registry auth
    Sebastien Guilloux authored
    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.
Loading