Merge pull request #3199 from hashicorp/d-acls-guide-description

Update the ACL guide description
This commit is contained in:
Michael Lange
2017-09-12 13:33:20 -07:00
committed by GitHub

View File

@@ -3,10 +3,9 @@ layout: "guides"
page_title: "ACLs"
sidebar_current: "guides-acl"
description: |-
Don't panic! This is a critical first step. Depending on your deployment
configuration, it may take only a single server failure for cluster
unavailability. Recovery requires an operator to intervene, but recovery is
straightforward.
Nomad provides an optional Access Control List (ACL) system which can be used to control
access to data and APIs. The ACL is Capability-based, relying on tokens which are
associated with policies to determine which fine grained rules can be applied.
---
# ACL System