Update the ACL guide description
Now it's about ACLs instead of outage recovery.
This commit is contained in:
parent
42cdb6a9e4
commit
8898a3799a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue