From 6f005d2240010dc5a3adff0cd3bee7094ff7cd10 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sat, 28 Oct 2017 09:50:00 +0100 Subject: [PATCH] Update README.md --- guide/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/README.md b/guide/README.md index 2177d694..f5ede016 100644 --- a/guide/README.md +++ b/guide/README.md @@ -13,6 +13,8 @@ Suggestions for new topics are welcome. Please also check the [Issue tracker](ht These instructions are for a development environment. If you plan to expose OpenFaaS on the public Internet you need to enable basic authentication with a proxy such as Kong or Traefik at a minimum. TLS is also highly recomended and freely available with LetsEncrypt.org. [Kong guide](https://github.com/openfaas/faas/blob/master/guide/kong_integration.md) [Traefik guide](https://github.com/openfaas/faas/blob/master/guide/traefik_integration.md). +> Note: We are also looking to [automate authentication "out the box"](https://github.com/openfaas/faas/issues/349) to cover edge cases. + * [Kubernetes deployment](deployment_k8s.md) * [Docker Swarm deployment](deployment_swarm.md)