Fix Docker configuration for authentication

This commit is contained in:
Lewis Juggins
2021-05-15 18:28:31 +02:00
committed by Michael Eischer
parent a44c025cd3
commit cec241e5e1
3 changed files with 13 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
Security: Fix Docker configuration for DISABLE_AUTHENTICATION
A regression was introduced which caused the DISABLE_AUTHENTICATION environment variable to stop working in Docker configurations, this was due to a new flag being introduced to disable authentication --no-auth.
https://github.com/restic/rest-server/issues/119
https://github.com/restic/rest-server/pull/124