Update the ACL guide description

Now it's about ACLs instead of outage recovery.
This commit is contained in:
Michael Lange
2017-09-12 10:33:17 -07:00
parent 8e5d7aa948
commit 7b2bbbc3eb

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