Add end-to-end tests for new credential hooks, along with some related configuration options.

This commit is contained in:
Dan Helfman
2025-02-14 15:33:30 -08:00
parent b283e379d0
commit 2ca23b629c
12 changed files with 342 additions and 10 deletions
+18
View File
@@ -191,6 +191,16 @@ For specifics about which options are supported, see the
[configuration
reference](https://torsion.org/borgmatic/docs/reference/configuration/).
You can also optionally override the `/run/secrets` directory that borgmatic reads secrets from
inside a container:
```yaml
container:
secrets_directory: /path/to/secrets
```
But you should only need to do this for development or testing purposes.
### KeePassXC passwords
@@ -236,6 +246,14 @@ For specifics about which options are supported, see the
[configuration
reference](https://torsion.org/borgmatic/docs/reference/configuration/).
You can also optionally override the `keepassxc-cli` command that borgmatic calls to load
passwords:
```yaml
keepassxc:
keepassxc_cli_command: /usr/local/bin/keepassxc-cli
```
### File-based credentials