Pipeline: Pipeline doesn't allow different service accounts for different tasks

Created on 20 Apr 2019  路  3Comments  路  Source: tektoncd/pipeline

Right now a serviceaccount can be passed to tasks through pipelinerun only. In result, only one serviceaccount has to share by all tasks in pipeline.
What in case, a user wants to pass the different serviceaccounts to different tasks in the pipeline.

Expected Behavior

The pipeline specification should allow multiple different serviceaccounts for tasks so that different task can use the right serviceaccount.
E.g. build task may need different privileges than deploy task

Actual Behavior

The pipeline specification doesn't allow any serviceaccount for tasks.

design help wanted kinfeature

Most helpful comment

Totally unrelated, this issue number makes me miss this awesome restaurant in Dublin of the same name:

image
image

All 3 comments

I would like to take care of it. Issue seems quite clear, will ask question here, if needed. :)

Totally unrelated, this issue number makes me miss this awesome restaurant in Dublin of the same name:

image
image

I think #902 closes this issue! :tada: Thanks @cezkuj and @hrishin !

Was this page helpful?
0 / 5 - 0 ratings