build icon indicating copy to clipboard operation
build copied to clipboard

Introduce global timeout

Open qu1queee opened this issue 4 years ago • 2 comments

Idea:

Despite Tekton having a global timeout(see https://github.com/tektoncd/pipeline/blob/master/config/config-defaults.yaml#L40-L42) , users could put any timeout and generate long running pods, which could be used for malicious activity.

While a BuildRun is not intended to exist for a long period of time, we might consider introducing a Build global timeout(30-60mins max), as a way to ensure the above use case is not happening.

qu1queee avatar Nov 27 '20 14:11 qu1queee