open-nomad/website/content/docs/configuration
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
..
acl.mdx acl: correctly resolve ACL roles within client cache. (#14922) 2022-10-20 09:37:32 +02:00
audit.mdx Adds documentation for file mode to sink docs (#10972) 2021-07-29 16:09:18 -04:00
autopilot.mdx
client.mdx artifact: enable inheriting environment variables from client (#15514) 2022-12-09 15:46:07 -06:00
consul.mdx client: accommodate Consul 1.14.0 gRPC and agent self changes. (#15309) 2022-11-21 09:19:09 -06:00
index.mdx Updated datacenter block description (#14953) 2022-10-19 08:44:52 -05:00
plugin.mdx
search.mdx docs: Fix minor fuzzy search things (#10423) 2021-04-21 14:55:17 -05:00
sentinel.mdx
server.mdx keyring: safely handle missing keys and restore GC (#15092) 2022-11-01 15:00:50 -04:00
server_join.mdx
telemetry.mdx website: content updates for developer (#14473) 2022-09-16 10:38:39 -05:00
tls.mdx Updates TLS documentation 2022-06-16 12:15:40 -05:00
ui.mdx ui: change Consul/Vault base URL field name (#11589) 2021-11-30 13:20:29 -05:00
vault.mdx website: fixes redirected links (#14918) 2022-10-18 10:31:52 -05:00