open-nomad/jobspec2
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
..
addrs
hclutil
test-fixtures
functions.go add filebase64 function (#11791) 2022-06-06 11:58:17 -04:00
hcl_conversions.go
parse.go
parse_job.go template: set default UID/GID to -1 (#13998) 2022-08-04 11:26:08 -04:00
parse_map.go
parse_test.go
types.config.go
types.variables.go