You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
When using the API to create a backup, the decryption key must be known, because is uses symmetric encryption.
Describe the solution you'd like
I'd like to use a ssh key, as I would with Age. This way, I can script taking a backup without worrying about leaking the key to the backup. (API token is still a problem, but that would be remedied by having a token only capable of that specific operation.)
Describe alternatives you've considered
Submitting {"password": null} and then encrypting the backup using Age. Sort of works, I guess, but is unnecessarily involved.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe
When using the API to create a backup, the decryption key must be known, because is uses symmetric encryption.
Describe the solution you'd like
I'd like to use a ssh key, as I would with Age. This way, I can script taking a backup without worrying about leaking the key to the backup. (API token is still a problem, but that would be remedied by having a token only capable of that specific operation.)
Describe alternatives you've considered
Submitting
{"password": null}and then encrypting the backup using Age. Sort of works, I guess, but is unnecessarily involved.Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions