Auto-delete private team snapshots after a set time
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 413
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 6
Description
Improvement upon https://github.com/windmilleng/tilt/issues/3128.
Some teams may want private team snapshots to be auto-deleted after a set time. Team snapshots are private to be accessed by team members only. But sometimes there may be sensitive data in snapshots that team owners want to be removed from the system. Even though snapshots can be deleted (https://github.com/windmilleng/tilt/issues/3128), it is still extra safe to have a policy where snapshots will be auto-deleted after a set period of time, so that they don't unnecessarily build up.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked issue about snapshot deletion and then trace where private team snapshots are stored and deleted. Identify the existing snapshot lifecycle and the team-level policy configuration before defining the retention behavior and its tests; the issue names no files, entry points, or acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100