Apply suggestions from code review

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
This commit is contained in:
Jeff Boruszak 2022-10-11 09:34:17 -05:00 committed by GitHub
parent 0d305cdd09
commit 3c30b64220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 17 additions and 17 deletions

View File

@ -2,7 +2,7 @@
layout: docs
page_title: GatewayClass Resource Configuration
description: >-
A `GatewayClass` resource specifies a controller name, controller parameters, and global `Gateway` options for Consul API Gateway. Learn about its configuration model and reference specifications, and review an example config.
A `GatewayClass` resource specifies a controller name, controller parameters, and global `Gateway` options for Consul API Gateway. Learn about its configuration model and reference specifications, and review an example configuration.
---
# GatewayClass Resource Configuration

View File

@ -2,7 +2,7 @@
layout: docs
page_title: GatewayClassConfig Resource Configuration
description: >-
The `GatewayClassConfig` resource specifies connection information and settings that Consul API Gateway uses to connect to Consul. Learn about its configuration model and reference specifications, and review an example config.
The `GatewayClassConfig` resource specifies connection information and settings that Consul API Gateway uses to connect to Consul. Learn about its configuration model and reference specifications, and review an example configuration.
---
# GatewayClassConfig Resource Configuration

View File

@ -2,7 +2,7 @@
layout: docs
page_title: Route Resource Configuration
description: >-
The `HTTPRoute` and `TCPRoute` resources define Consul API Gateway routing behavior for traffic into the service mesh according to rules. Learn about its configuration model and reference specifications, and review an example config.
The `HTTPRoute` and `TCPRoute` resources define Consul API Gateway routing behavior for traffic into the service mesh according to rules. Learn about its configuration model and reference specifications, and review an example configuration.
---"
# Route Resource Configuration

View File

@ -2,7 +2,7 @@
layout: docs
page_title: Install Consul API Gateway
description: >-
Learn how to install Custom Resource Definitions (CRDs) and configure the Helm chart so that you can run Consul API Gateway on your Kubernetes deployment.
Learn how to install custom resource definitions (CRDs) and configure the Helm chart so that you can run Consul API Gateway on your Kubernetes deployment.
---
# Install Consul API Gateway

View File

@ -2,7 +2,7 @@
layout: docs
page_title: Consul on AWS Elastic Container Service (ECS) Configuration Reference
description: >-
Use the `consul-ecs` reference guide to manually configure Consul for deployment on Amazon Web Services ECS. Learn how the config values correspond to Terraform module input variables and review JSON configuration models for `consulLogin`, `gateway`, `proxy`, and `service` fields.
Use the `consul-ecs` reference guide to manually configure Consul for deployment on Amazon Web Services ECS. Learn how the configuration values correspond to Terraform module input variables and review JSON configuration models for `consulLogin`, `gateway`, `proxy`, and `service` fields.
---
# Consul on AWS Elastic Container Service (ECS) Configuration Reference

View File

@ -5,7 +5,7 @@ description: >-
An ACL Controller is required to configure the AWS IAM auth method on Amazon Web Services ECS. Learn how to manually install ACL controllers by defining a task and a service and then configuring role policies.
---
# Manual Installatio of ACL Controller for Consul on AWS Elastic Container Service (ECS)
# Manual Installation of ACL Controller for Consul on AWS Elastic Container Service (ECS)
This topic describes how to manually deploy the ACL controller, which will automatically configure the [AWS IAM Auth Method](/docs/security/acl/auth-methods/aws-iam). If you are using Terraform, refer to the [Terraform Secure Configuration](/docs/ecs/terraform/secure-configuration) page to deploy the ACL controller.

View File

@ -2,7 +2,7 @@
layout: docs
page_title: Install Manually - Consul on AWS Elastic Container Service (ECS)
description: >-
Manually install Consul on Amazon Web Services ECS by using the Docker `consul-ecs` image to create task definitions that include required containers. Learn how to configure task definitions with example configs.
Manually install Consul on Amazon Web Services ECS by using the Docker `consul-ecs` image to create task definitions that include required containers. Learn how to configure task definitions with example configurations.
---
# Manual Installation of Consul on AWS Elastic Container Service (ECS)

View File

@ -1,9 +1,9 @@
"---
---
layout: docs
page_title: Requirements - Consul on AWS Elastic Container Service (ECS)
description: >-
Consul has requirements to install and run on Amazon Web Services ECS. Learn about Consul's requirements for Fargate and EC2, including network mode and subnet information, as well as server, routing, and ACL controller considerations to keep in mind.
---"
---
# Requirements for Consul on AWS Elastic Container Service (ECS)

View File

@ -1,4 +1,4 @@
"---
---
layout: docs
page_title: Resource Usage - Consul on AWS Elastic Container Service (ECS)
description: >-

View File

@ -1,8 +1,8 @@
"---
---
layout: docs
page_title: Install with Terraform - Consul on AWS Elastic Container Service (ECS)
description: >-
When you install Consul on Amazon Web Services ECS, you can use Terraform modules to simplify the process. Learn how to create task definitions, schedule tasks for your service mesh, and configure routes with example configs.
When you install Consul on Amazon Web Services ECS, you can use Terraform modules to simplify the process. Learn how to create task definitions, schedule tasks for your service mesh, and configure routes with example configurations.
---
# Install Consul on AWS Elastic Container Service (ECS) with Terraform

View File

@ -2,7 +2,7 @@
layout: docs
page_title: Join External Clients to Consul on Kubernetes
description: >-
Client agents running on VMs that are not part of a Kubernetes cluster can join a service mesh that has agents running on k8s pods. Configure client agents to accept gRPC communication to join VMs to Kubernetes pods.
Client agents running on VMs can join a Consul datacenter running on Kubernetes. Configure the Kubernetes installation to accept communication from external clients.
---
# Join External Clients to Consul on Kubernetes

View File

@ -2,7 +2,7 @@
layout: docs
page_title: Consul and AWS Lambda Overview
description: >-
Consul supports Amazon Web Services Lambda functions, which are event-driven programs and scripts that return a response. Learn about Consul's requirements for registering and invoking AWS Lambda functions in your service mesh.
Consul supports Amazon Web Services Lambda functions, which are event-driven programs and scripts. Learn about Consul's requirements for registering and invoking AWS Lambda functions in your service mesh.
---
# Consul and AWS Lambda Overview

View File

@ -2,7 +2,7 @@
layout: docs
page_title: Auth Methods Overview
description: >-
An auth method enables Consul to authenticate an application's identity and then automatically assign it ACL tokens associated with specific policies. Learn how the overall login process works and how auth methods and binding rules can help you secure your service mesh with minimal operator intervention.
An auth method enables Consul to authenticate the identity of a user or application and then automatically provision an ACL token with privileges based on identity attributes. Learn how the overall login process works and how auth methods and binding rules can help you secure your service mesh with minimal operator intervention.
---
# Auth Methods Overview

View File

@ -2,7 +2,7 @@
layout: docs
page_title: JSON Web Token (JWT) Auth Method
description: >-
Use the JWT auth method to authenticate to Consul with a JSON web token. Learn how to configure the auth method parameters using this reference page and example configuration.
Use the JWT auth method to authenticate to Consul with a JSON web token and receive an ACL token with privileges based on JWT identity attributes. Learn how to configure the auth method parameters using this reference page and example configuration.
---
# JSON Web Token (JWT) Auth Method

View File

@ -2,7 +2,7 @@
layout: docs
page_title: Kubernetes Auth Method
description: >-
Use the Kubernetes auth method type to authenticate to Consul with a Kubernetes service account token. Learn how to configure auth method parameters using this reference page and example configuration.
Use the Kubernetes auth method type to authenticate to Consul with a Kubernetes service account token and receive an ACL token with privileges based on JWT identity attributes. Learn how to configure auth method parameters using this reference page and example configuration.
---
# Kubernetes Auth Method