Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typos in task-api.mdx and workload-identity.mdx #16309

Merged
merged 1 commit into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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