Files
nomad/website/content/api-docs/acl/index.mdx
James Rasell 20f71cf3e4 docs: add documentation for ACL token expiration and ACL roles. (#14332)
The ACL command docs are now found within a sub-dir like the
operator command docs. Updates to the ACL token commands to
accommodate token expiry have also been added.

The ACL API docs are now found within a sub-dir like the operator
API docs. The ACL docs now include the ACL roles endpoint as well
as updated ACL token endpoints for token expiration.

The configuration section is also updated to accommodate the new
ACL and server parameters for the new ACL features.
2022-08-31 16:13:47 +02:00

16 lines
457 B
Plaintext

---
layout: api
page_title: ACL - HTTP API
description: |-
The /acl endpoints provide access to the ACL subsystem.
---
# ACL HTTP API
The `/acl` endpoints provide access to the ACL subsystem which includes
ACL bootstrapping, ACL Policies, ACL Roles, and ACL Tokens. For more details
about ACLs, please see the
[ACL Guide](https://learn.hashicorp.com/collections/nomad/access-control).
Please choose a subsection in the navigation for more information.