Use the EnterpriseAlert inline widget

This commit is contained in:
Kent 'picat' Gruber 2020-11-06 10:47:22 -05:00
parent 9e1054097b
commit 7d692f0b13
1 changed files with 10 additions and 10 deletions

View File

@ -27,11 +27,11 @@ environment, but the general mechanisms for a secure Consul deployment revolve a
[authentication methods](/docs/security/acl/auth-methods) can be used to enable trusted external parties to authorize [authentication methods](/docs/security/acl/auth-methods) can be used to enable trusted external parties to authorize
ACL token creation. ACL token creation.
- **Namespaces (Enterprise Only)** - Read and write operations can be scoped to a logical namespace to restrict access - **Namespaces** <EnterpriseAlert inline /> - Read and write operations can be scoped to a logical namespace to restrict
to Consul components within a multi-tenant environment. access to Consul components within a multi-tenant environment.
- **Sentinel Policies (Enterprise Only)** - Sentinel policies enable policy-as-code for granular control over the - **Sentinel Policies** <EnterpriseAlert inline /> - Sentinel policies enable policy-as-code for granular control over
built-in key-value store. the built-in key-value store.
### Personas ### Personas
@ -167,8 +167,8 @@ environment and adapt these configurations accordingly.
- **👤 Service or Node Identity** - Synthetic policy granting a predefined set of permissions typical for services - **👤 Service or Node Identity** - Synthetic policy granting a predefined set of permissions typical for services
deployed within Consul. deployed within Consul.
- **🏷 Namespace** - a named, logical scoping of Consul Enterprise resources, typically to enable multi-tenant - **🏷 Namespace** <EnterpriseAlert inline /> - a named, logical scoping of Consul Enterprise resources, typically to
environments. Consul OSS clusters always operate within the “default” namespace. enable multi-tenant environments. Consul OSS clusters always operate within the “default” namespace.
- **Gossip Encryption** - A shared, base64-encoded 32-byte symmetric key is required to [encrypt Serf gossip - **Gossip Encryption** - A shared, base64-encoded 32-byte symmetric key is required to [encrypt Serf gossip
communication](https://learn.hashicorp.com/tutorials/consul/gossip-encryption-secure) within a cluster using communication](https://learn.hashicorp.com/tutorials/consul/gossip-encryption-secure) within a cluster using
@ -187,11 +187,11 @@ environment and adapt these configurations accordingly.
- [`encrypt_verify_outgoing`](/docs/agent/options#encrypt_verify_outgoing) - By default this is true to enforce - [`encrypt_verify_outgoing`](/docs/agent/options#encrypt_verify_outgoing) - By default this is true to enforce
encryption on *outgoing* gossip communications. encryption on *outgoing* gossip communications.
- **Namespaces (Enterprise Only)** - Read and write operations should be scoped to logical namespaces to restrict access - **Namespaces** <EnterpriseAlert inline /> - Read and write operations should be scoped to logical namespaces to
to Consul components within a multi-tenant environment. Furthermore, this feature can be used to enable a self-service restrict access to Consul components within a multi-tenant environment. Furthermore, this feature can be used to
approach to Consul ACL administration for teams within a scoped namespace. enable a self-service approach to Consul ACL administration for teams within a scoped namespace.
- **Sentinel Policies (Enterprise Only)** - Sentinel policies allow for granular control over the builtin - **Sentinel Policies** <EnterpriseAlert inline /> - Sentinel policies allow for granular control over the builtin
key-value store. key-value store.
- **Ensure Script Checks are Disabled** - Consuls agent optionally has an HTTP API, which can be exposed beyond - **Ensure Script Checks are Disabled** - Consuls agent optionally has an HTTP API, which can be exposed beyond