Skip to content

Commit

Permalink
Mention client level user configs
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Nov 28, 2016
1 parent d0d6305 commit e08ca6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/source/docs/job-specification/task.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ job "docs" {
- `user` `(string: <varies>)` - Specifies the user that will run the task.
Defaults to `nobody` for the [`exec`][exec] and [`java`][java] drivers.
[Docker][] and [rkt][] images specify their own default users. This can only
be set on Linux platforms.
be set on Linux platforms, and clients can restrict
[which drivers][user_drivers] are allowed to run tasks as
[certain users][user_blacklist].

- `vault` <code>([Vault][]: nil)</code> - Specifies the set of Vault policies
required by the task. This overrides any `vault` block set at the `group` or
Expand Down Expand Up @@ -165,3 +167,5 @@ task "server" {
[java]: /docs/drivers/java.html "Nomad Java Driver"
[Docker]: /docs/drivers/docker.html "Nomad Docker Driver"
[rkt]: /docs/drivers/rkt.html "Nomad rkt Driver"
[user_drivers]: /docs/agent/configuration/client.html#_quot_user_checked_drivers_quot_
[user_blacklist]: /docs/agent/configuration/client.html#_quot_user_blacklist_quot_

0 comments on commit e08ca6a

Please sign in to comment.