Fix security issues with cache by proxying access #107
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind
Chore
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
4 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo/act!107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Kwonunn/act:fix/cache-proxy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the act-side patch for a partial overhaul of the cache system to fix some access control issues with caches.
This will be followed shortly by a pull request to forgejo-runner to use the new updated version of forgejo-act.
@Gusted @earl-warren @viceice
cascading-pr updated at forgejo/runner#501
40cf7f27752a60f56954cascading-pr updated at forgejo/runner#501
#108 should fix the false negative at https://code.forgejo.org/forgejo/act/actions/runs/527/jobs/0
@earl-warren wrote in #107 (comment):
Merged, you can rebase now 🚀
2a60f569540391b0c951cascading-pr updated at forgejo/runner#501
https://code.forgejo.org/forgejo/runner/actions/runs/3473/jobs/0 this error appears to be related?
Since there is stuff changing on both the act side and the forgejo-runner side, they would both need to be updated at the same time. This error occurs because it tries to build the old version of forgejo-runner with the new version of act which doesn't work because some function signatures have changed.
I think the way to fix this is to manually verify that the new version of the runner will build with the new version of act, and then merge this PR. Then opening the PR for forgejo-runner should work normally.
--use-new-action-cacheto avoid race conditions #420