25 lines
1005 B
Plaintext
Raw Normal View History

---
2020-04-07 14:55:19 -04:00
layout: docs
2022-09-09 13:46:33 -05:00
page_title: Sentinel in Consul (Enterprise)
2020-04-07 14:55:19 -04:00
description: >-
2022-09-09 13:46:33 -05:00
Sentinel is a framework and language for creating logic-based policies. Learn how Consul can use Sentinel policies to extend the ACL system's capabilities.
---
# Sentinel in Consul
2020-04-07 14:55:19 -04:00
<EnterpriseAlert>
This feature requires
HashiCorp Cloud Platform (HCP) or self-managed Consul Enterprise.
Refer to the{' '}
<a href="/docs/enterprise#consul-enterprise-feature-availability">enterprise feature matrix</a>
{' '}for additional information.
</EnterpriseAlert>
Sentinel policies extend the ACL system in Consul beyond static "read", "write",
and "deny" policies to support full conditional logic and integration with
2022-08-25 23:05:08 -07:00
external systems. Reference the [Sentinel documentation](https://docs.hashicorp.com/sentinel/concepts/) for high-level Sentinel concepts.
To get started with Sentinel in Consul,
[read the general documentation](https://docs.hashicorp.com/sentinel/consul/) or
2020-04-09 19:46:54 -04:00
[Consul documentation](/docs/agent/sentinel).