website: rewording

This commit is contained in:
Armon Dadgar 2014-08-18 15:08:43 -07:00
parent ea0a1dca2e
commit 99db96e4ea
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ sidebar_current: "docs-internals-acl"
# ACL System # ACL System
Consul provides an optional Access Control List (ACL) system which can be used to control Consul provides an optional Access Control List (ACL) system which can be used to control
access to data and APIs. The ACL system is an access to data and APIs. The ACL system is a
[Object-Capability system](http://en.wikipedia.org/wiki/Object-capability_model) that relies [Capability-based system](http://en.wikipedia.org/wiki/Capability-based_security) that relies
on tokens which can have fine grained rules applied to them. It is very similar to on tokens which can have fine grained rules applied to them. It is very similar to
[AWS IAM](http://aws.amazon.com/iam/) in many ways. [AWS IAM](http://aws.amazon.com/iam/) in many ways.