Skip to content

Commit

Permalink
backport of commit 2e561a8 (#16315)
Browse files Browse the repository at this point in the history
This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-nomad-core authored Mar 3, 2023
1 parent ddc7ff5 commit 37613c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/api-docs/task-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Nomad's Task API provides every task managed by Nomad with a Unix Domain Socket
the Task API does *not* require [mTLS][], but *always* requires authentication.
See below for details.

The Unix Domain Socket is located at `${SECRETS_DIR}/api.sock`.
The Unix Domain Socket is located at `${NOMAD_SECRETS_DIR}/api.sock`.

## Rationale

Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/concepts/workload-identity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ task "example" {
# Expose Workload Identity in NOMAD_TOKEN env var
env = true
# Expose Workload Identity in ${SECRETS_DIR}/nomad_token file
# Expose Workload Identity in ${NOMAD_SECRETS_DIR}/nomad_token file
file = true
}
Expand Down

0 comments on commit 37613c6

Please sign in to comment.