open-nomad/website/content
Seth Hoenig be3f89b5f9
artifact: enable inheriting environment variables from client (#15514)
* artifact: enable inheriting environment variables from client

This PR adds client configuration for specifying environment variables that
should be inherited by the artifact sandbox process from the Nomad Client agent.

Most users should not need to set these values but the configuration is provided
to ensure backwards compatability. Configuration of go-getter should ideally be
done through the artifact block in a jobspec task.

e.g.

```hcl
client {
  artifact {
    set_environment_variables = "TMPDIR,GIT_SSH_OPTS"
  }
}
```

Closes #15498

* website: update set_environment_variables text to mention PATH
2022-12-09 15:46:07 -06:00
..
api-docs acl: SSO auth methods API documentation (#15475) 2022-12-09 09:47:31 +01:00
docs artifact: enable inheriting environment variables from client (#15514) 2022-12-09 15:46:07 -06:00
intro website: content updates for developer (#14473) 2022-09-16 10:38:39 -05:00
partials website: fix broken links (#14946) 2022-10-19 14:07:48 -04:00
plugins website: fixes redirected links (#14918) 2022-10-18 10:31:52 -05:00
tools docs: clarify autoscaling factor and threshold for target-value plugin (#15418) 2022-11-30 10:56:16 -05:00
security.mdx Upgrade global styles (#10936) 2021-08-20 11:53:12 -04:00