mirror of
https://github.com/restic/restic.git
synced 2025-08-25 19:29:36 +00:00
Merge pull request #4480 from AgathaSorceress/add-rest-auth-env
Support reading basic auth credentials for REST server from environment variables
This commit is contained in:
10
changelog/unreleased/pull-4480
Normal file
10
changelog/unreleased/pull-4480
Normal file
@@ -0,0 +1,10 @@
|
||||
Enhancement: Allow setting REST password and username via environment variables
|
||||
|
||||
Previously, it was only possible to specify the REST server username and
|
||||
password in the repository URL, or using the `--repository-file` option. This
|
||||
meant it was not possible to use authentication in contexts where the repository
|
||||
URL is public and parts of it are templated by other software. Restic now
|
||||
allows setting the username and password using the `RESTIC_REST_USERNAME` and
|
||||
`RESTIC_REST_PASSWORD` variables.
|
||||
|
||||
https://github.com/restic/restic/pull/4480
|
Reference in New Issue
Block a user