mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[GH-ISSUE #209] Sign bastion backup files #55
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jun 28, 2021).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/209
We are using the script osh-backup-acl-keys.sh to backup the configuration to a remote system. Although the backup files are encrypted, they are not signed. It would be useful to have them signed the same way as the session recordings (ttyrec) are by default when syncing them to a remote system.
@speed47 commented on GitHub (Jun 28, 2021):
Hello,
The ttyrec files are encrypted with the admins gpg keys, and signed with the bastion's gpg key, but you're right, backups are not signed. This should be easy to add! Thanks for the suggestion.
@speed47 commented on GitHub (Oct 20, 2021):
Implemented in v3.05.01