mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
7 lines
373 B
Plaintext
7 lines
373 B
Plaintext
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
|