Skip to content

Commit

Permalink
propagate uid/gid setting to job_endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazmierczak committed Jul 15, 2022
1 parent 6c0806a commit 258d0c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions command/agent/job_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,8 @@ func ApiTaskToStructsTask(job *structs.Job, group *structs.TaskGroup,
ChangeSignal: *template.ChangeSignal,
Splay: *template.Splay,
Perms: *template.Perms,
Uid: *template.Uid,
Gid: *template.Gid,
LeftDelim: *template.LeftDelim,
RightDelim: *template.RightDelim,
Envvars: *template.Envvars,
Expand Down

0 comments on commit 258d0c5

Please sign in to comment.