From d1758c5e5ff28be82399b9ae681ac02db2e9e0cb Mon Sep 17 00:00:00 2001 From: aviadatsnyk Date: Wed, 30 May 2018 10:52:47 +0300 Subject: [PATCH] add secret scheme details to the example --- docs/examples/auth/basic/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/auth/basic/README.md b/docs/examples/auth/basic/README.md index d11842b8b..00757f69a 100644 --- a/docs/examples/auth/basic/README.md +++ b/docs/examples/auth/basic/README.md @@ -1,6 +1,7 @@ # Basic Authentication This example shows how to add authentication in a Ingress rule using a secret that contains a file generated with `htpasswd`. +It's important the file generated is named `auth` (actually - that the secret has a key `data.auth`), otherwise the ingress-controller returns a 503. ```console $ htpasswd -c auth foo