Skip to content

Commit

Permalink
CONSUL_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazmierczak committed Nov 22, 2024
1 parent b6fa62b commit d1eb12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent/host/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func environment() map[string]string {
// whenever this is changed.
var DefaultEnvDenyList = []string{
// product tokens
"CONSUL_HTTP_TOKEN", "CONSUL_HTTP_TOKEN_FILE", "NOMAD_TOKEN", "VAULT_TOKEN",
"CONSUL_TOKEN", "CONSUL_HTTP_TOKEN", "CONSUL_HTTP_TOKEN_FILE", "NOMAD_TOKEN", "VAULT_TOKEN",
// licenses
"CONSUL_LICENSE", "NOMAD_LICENSE", "VAULT_LICENSE",
// license paths
Expand Down
1 change: 1 addition & 0 deletions website/content/docs/configuration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ see the [drivers documentation](/nomad/docs/drivers).
The default list is:

```text
CONSUL_TOKEN
CONSUL_HTTP_TOKEN
CONSUL_HTTP_TOKEN_FILE
NOMAD_TOKEN
Expand Down

0 comments on commit d1eb12d

Please sign in to comment.