Skip to content

Commit

Permalink
backport of commit 1f6351b
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschoonover committed Apr 10, 2022
1 parent ede1dc6 commit 8abe2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/api-docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ administration.

## ACLs

Several endpoints in Nomad use or require ACL tokens to operate. The token are used to authenticate the request and determine if the request is allowed based on the associated authorizations. Tokens are specified per-request by using the `X-Nomad-Token` request header set to the `SecretID` of an ACL Token.
Several endpoints in Nomad use or require ACL tokens to operate. The token are used to authenticate the request and determine if the request is allowed based on the associated authorizations. Tokens are specified per-request by using the `X-Nomad-Token` request header or with the Bearer scheme in the authorization header set to the `SecretID` of an ACL Token.

For more details about ACLs, please see the [ACL Guide](https://learn.hashicorp.com/collections/nomad/access-control).

Expand Down

0 comments on commit 8abe2cc

Please sign in to comment.