-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
area/securityMarks an issue as improving security of the projectMarks an issue as improving security of the projectkind/enhancementNew feature or requestNew feature or request
Description
Describe the use case:
helm.camunda.io is hosted in github pages, and references links to GitHub Releases to deliver camunda helm charts whenever someone calls helm install. In the event that a bad actor deletes the github release, or uploads malicious data into an old helm chart, we need to have a way to recreate the GitHub Release so that we can recover from that scenario.
This could include
- recovering helm charts from local helm cache
- checking out an old commit and running
helm package - try to get old commits github actions workflows working
- ...
But we should identify those strategies and prioritize which is the best.
Describe the enhancement/feature:
Desired outcome and acceptance tests:
Metadata
Metadata
Assignees
Labels
area/securityMarks an issue as improving security of the projectMarks an issue as improving security of the projectkind/enhancementNew feature or requestNew feature or request