You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/docs/dynamic-app-config/kv.mdx
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,24 @@ and when recursively searching within the data store. We also recommend that
61
61
you avoid the use of `*`, `?`, `'`, and `%` because they can cause issues when
62
62
using the API and in shell scripts.
63
63
64
+
## Using Sentinel to apply policies for Consul KV
65
+
66
+
<EnterpriseAlert>
67
+
68
+
This feature requires
69
+
HashiCorp Cloud Platform (HCP) or self-managed Consul Enterprise.
70
+
71
+
</EnterpriseAlert>
72
+
73
+
You can also use Sentinel as a Policy-as-code framework for defining advanced key-value storage access control policies. Sentinel policies extend the ACL system in Consul beyond static "read", "write",
74
+
and "deny" policies to support full conditional logic and integration with
75
+
external systems. Reference the [Sentinel documentation](https://docs.hashicorp.com/sentinel/concepts) for high-level Sentinel concepts.
76
+
77
+
To get started with Sentinel in Consul,
78
+
refer to the [Sentinel documentation](https://docs.hashicorp.com/sentinel/consul) or
Copy file name to clipboardExpand all lines: website/content/docs/enterprise/index.mdx
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,13 @@ The following features are [available in several forms of Consul Enterprise](#co
20
20
21
21
-[Admin Partitions](/consul/docs/enterprise/admin-partitions): Define administrative boundaries between tenants within a single Consul datacenter
22
22
-[Namespaces](/consul/docs/enterprise/namespaces): Define resource boundaries within a single admin partition for further organizational flexibility
23
-
-[Sameness Groups](/consul/docs/connect/config-entries/samenes-group): Define partitions and cluster peers as members of a group with identical services
23
+
-[Sameness Groups](/consul/docs/connect/config-entries/sameness-group): Define partitions and cluster peers as members of a group with identical services
24
24
25
25
### Resiliency
26
26
27
27
-[Automated Backups](/consul/docs/enterprise/backups): Configure the automatic backup of Consul state
28
28
-[Redundancy Zones](/consul/docs/enterprise/redundancy): Deploy backup voting Consul servers to efficiently improve Consul fault tolerance
29
+
-[Server request rate limits per source IP](/consul/docs/agent/limits/usage/limit-request-rates-from-ips): Limit gRPC and RPC traffic to servers for source IP addresses.
29
30
30
31
### Scalability
31
32
@@ -45,7 +46,6 @@ The following features are [available in several forms of Consul Enterprise](#co
45
46
46
47
-[OIDC Auth Method](/consul/docs/security/acl/auth-methods/oidc): Manage user access to Consul through an OIDC identity provider instead of Consul ACL tokens directly
47
48
-[Audit Logging](/consul/docs/enterprise/audit-logging): Understand Consul access and usage patterns by reviewing access to the Consul HTTP API
48
-
-[Sentinel for KV](/consul/docs/enterprise/sentinel): Policy-as-code framework for defining advanced key-value storage access control policies
49
49
50
50
### Regulatory compliance
51
51
@@ -102,8 +102,7 @@ Available Enterprise features per Consul form and license include:
102
102
|[OIDC Auth Method](/consul/docs/security/acl/auth-methods/oidc)| No | Yes | Yes |
103
103
|[Redundancy Zones](/consul/docs/enterprise/redundancy)| Not applicable | Yes | With Global Visibility, Routing, and Scale module |
104
104
|[Sameness Groups](/consul/docs/connect/config-entries/samenes-group)| No | Yes | N/A |
105
-
|[Sentinel for KV](/consul/docs/enterprise/sentinel)| All tiers | Yes | With Governance and Policy module |
106
-
|[Server request rate limits per source IP](/consul/docs/v1.16.x/agent/limits/usage/limit-request-rates-from-ips)| All tiers | Yes | With Governance and Policy module |
105
+
|[Server request rate limits per source IP](/consul/docs/agent/limits/usage/limit-request-rates-from-ips)| All tiers | Yes | With Governance and Policy module |
0 commit comments