about summary refs log tree commit diff
path: root/hosts/tahoe/secrets/rclone (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hosts/tahoe: re-key all the secrets with age identitiesFranck Cuny2023-03-102-0/+0
| | | | | | | This is using the public keys from: - my user on my laptop - the root user on tahoe - the backup key stored on the USB drive
* fix(tahoe/secrets): configuration for rclone-sync to GCPFranck Cuny2022-08-081-0/+0
| | | | | | | | | | | | The configuration needs to be updated, we set the value for `bucket_policy_only` to true now that we've set the bucket to use uniform bucket level access (https://cloud.google.com/storage/docs/uniform-bucket-level-access). Change-Id: I7e9516709af4be35a3964937c1dbd728bcfe1f01 Reviewed-on: https://cl.fcuny.net/c/world/+/709 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
* secrets: re-key all secrets for tahoeFranck Cuny2022-04-132-0/+0
|
* secrets: move the actual secrets with hosts configFranck Cuny2022-04-132-0/+0
Having the secrets closer to the host is easier to manage. At the moment I don't have secrets that are shared across multiple hosts, so that's an OK approach.