l3uddz / cloudplow

Automatic rclone remote uploader, with support for multiple remote/folder pairings. UnionFS Cleaner functionality: Deletion of UnionFS whiteout files and their corresponding files on rclone remotes. Automatic remote syncer: Sync between different remotes via a Scaleway server instance, that is created and destroyed at every sync.
GNU General Public License v3.0
338 stars 48 forks source link

Does cloudplow need direct access to service account credentials? #106

Closed vpatel9202 closed 2 years ago

vpatel9202 commented 2 years ago

Is there a reason the upload tasks have a service_account_path setting as opposed to just letting rclone handle setting up of the remotes? It seems that if you allow rclone to handle everything, you should be able to run sync tasks with service accounts without any changes in the cloudplow code.

saltydk commented 2 years ago

Because rclone does not rotate service accounts.