Merge pull request #4745 from MichaelEischer/full-id-key-list

key list: include full key id in JSON output
This commit is contained in:
Michael Eischer
2024-04-03 21:50:02 +02:00
committed by GitHub
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
Change: Include full key ID in JSON output of `key list`
We have changed the JSON output of the `key list` command to include the full
key ID instead of just a shortened version, as the latter can be ambiguous
in some rare cases. To derive the short ID, please truncate the full ID down to
eight characters.
https://github.com/restic/restic/issues/4744
https://github.com/restic/restic/pull/4745