Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid syncing buckets with invalid secrets #3273

Open
sancyx opened this issue Oct 30, 2020 · 0 comments
Open

Avoid syncing buckets with invalid secrets #3273

sancyx opened this issue Oct 30, 2020 · 0 comments

Comments

@sancyx
Copy link
Member

sancyx commented Oct 30, 2020

As Pipeline tries to sync content of these buckets automatically every 20 minutes or when backupbuckets/sync is called via API there could be several errors logged like secretId doesn't exists anymore or is invalid.
Even if all backups are deleted from bucket, or bucket doesn't exists anymore we will try to fetch backups until the bucket is deleted from Pipeline DB however currently there's no possibility to list/delete backup buckets on UI or using CLI only via API.
We should solve this problem either with an automatic garbage collection or make possible to list/delete buckets via UI/CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant