open-nomad/jobspec
Luiz Aoqui e3d78c343c
template: set default UID/GID to -1 (#13998)
UID/GID 0 is usually reserved for the root user/group. While Nomad
clients are expected to run as root it may not always be the case.

Setting these values as -1 if not defined will fallback to the pervious
behaviour of not attempting to set file ownership and use whatever
UID/GID the Nomad agent is running as. It will also keep backwards
compatibility, which is specially important for platforms where this
feature is not supported, like Windows.
2022-08-04 11:26:08 -04:00
..
test-fixtures client: enable specifying user/group permissions in the template stanza (#13755) 2022-08-02 22:15:38 +02:00
helper.go client: enable specifying user/group permissions in the template stanza (#13755) 2022-08-02 22:15:38 +02:00
parse.go vault: revert support for entity aliases (#12723) 2022-04-22 10:46:34 -04:00
parse_group.go jobspec: add max_client_disconnect to hcl1 group parsing. (#12568) 2022-04-14 14:56:58 +02:00
parse_job.go Isolate the jobspec package from the rest of Nomad (#8815) 2020-09-03 06:34:04 -05:00
parse_multiregion.go Isolate the jobspec package from the rest of Nomad (#8815) 2020-09-03 06:34:04 -05:00
parse_network.go allow configuration of Docker hostnames in bridge mode (#11173) 2021-09-16 08:13:09 +02:00
parse_service.go adding support for customized ingress tls (#13184) 2022-06-02 18:43:58 -04:00
parse_task.go template: set default UID/GID to -1 (#13998) 2022-08-04 11:26:08 -04:00
parse_test.go template: set default UID/GID to -1 (#13998) 2022-08-04 11:26:08 -04:00
utils.go consul: add Connect structs 2019-08-06 08:15:07 -07:00
utils_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00