jenkinsci / jenkinsci/workflow-api-plugin
[JENKINS-31231] StepExecution.onResume should be run under the build's authentication
- Dominant language
- Java
- Stars
- 31
- Forks
- 80
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 1
Description
StepExecution.start is called while impersonating the authentication associated with the build, if any. onResume should be too. Otherwise implementations which care are forced to serialize this information.
---
Originally reported by
jglick, imported from: StepExecution.onResume should be run under the build's authentication
jglick
Raw content of original issue
StepExecution.start is called while impersonating the authentication associated with the build, if any. onResume should be too. Otherwise implementations which care are forced to serialize this information.
Contributor guide
Assessment
This issue has not been assessed yet.