Skip to content

Commit

Permalink
Merge pull request #7143 from hashicorp/doc-cht-filtering
Browse files Browse the repository at this point in the history
docs: upgrade-specific notes on CHT filtering
  • Loading branch information
shoenig authored and schmichael committed Feb 19, 2020
1 parent bdc6451 commit deaea65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/pages/docs/configuration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ see the [drivers documentation](/docs/drivers).

```text
CONSUL_TOKEN
CONSUL_HTTP_TOKEN
VAULT_TOKEN
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
Expand Down
7 changes: 7 additions & 0 deletions website/pages/guides/upgrade/upgrade-specific.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ factors, but this change should reduce movement of allocations that
are being updated from a healthy state. You can view the placement
metrics for an allocation with `nomad alloc status -verbose`.

### Additional Environment Variable Filtering

Nomad will by default prevent certain environment variables set in the client
process from being passed along into launched tasks. The `CONSUL_HTTP_TOKEN`
environment variable has been added to the default list. More information can
be found in the `env.blacklist` [configuration](/docs/configuration/client#inlinecode-envblacklist) .

## Nomad 0.10.3

### mTLS Certificate Validation
Expand Down

0 comments on commit deaea65

Please sign in to comment.