From b31073f18d6bca94d5e8ba5013c792cc52760c91 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Wed, 2 Nov 2022 08:22:46 -0500 Subject: [PATCH] Fix documentation for basic auth Fix the documentation for basic auth, specifically the file path containing the mapping from username to hashed passwords. --- comanage-registry-basic-auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-registry-basic-auth/README.md b/comanage-registry-basic-auth/README.md index 7d9a97e..68aee0f 100644 --- a/comanage-registry-basic-auth/README.md +++ b/comanage-registry-basic-auth/README.md @@ -88,7 +88,7 @@ To override the default bind mount or COPY in a password file created with the `htpasswd` command line tool. For example ``` -COPY passwords /etc/apache2/passwords +COPY passwords /etc/apache2/basic-auth ``` ## Ports