2017-09-19 09:02:53 -05:00
---
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-16 10:28:32 -05:00
Sentinel is an access-control-policy-as-code framework and language. Learn how Consul can use Sentinel policies to extend the ACL system's capabilities and further secure your clusters by controlling key-value (KV) store write access.
2017-09-19 09:02:53 -05:00
---
# Sentinel in Consul
2020-04-07 14:55:19 -04:00
2020-04-23 15:13:18 -07:00
<EnterpriseAlert>
2022-10-21 06:08:00 -07:00
This feature requires
HashiCorp Cloud Platform (HCP) or self-managed Consul Enterprise.
2023-01-25 10:52:43 -06:00
Refer to the [enterprise feature matrix](/consul/docs/enterprise#consul-enterprise-feature-availability) for additional information.
2022-10-21 06:08:00 -07:00
2020-04-23 15:13:18 -07:00
</EnterpriseAlert>
2017-09-19 09:02:53 -05:00
Sentinel policies extend the ACL system in Consul beyond static "read", "write",
and "deny" policies to support full conditional logic and integration with
2022-10-11 09:58:52 -05:00
external systems. Reference the [Sentinel documentation](https://docs.hashicorp.com/sentinel/concepts) for high-level Sentinel concepts.
2017-09-19 09:02:53 -05:00
To get started with Sentinel in Consul,
2022-09-14 17:45:42 -05:00
[read the general documentation](https://docs.hashicorp.com/sentinel/consul) or
2023-01-25 10:52:43 -06:00
[Consul documentation](/consul/docs/agent/sentinel).