Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of docs: Update meta content - Install into stable-website #5238

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: docs
page_title: Fault tolerance recommendations
description: |-
Boundary fault tolerance characteristics
description: >-
Understand Boundary fault tolerance recommendations to increase availability, reduce risk. Minimize the impact of node, availability zone, and regional failures.
---

# Fault tolerance recommendations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
layout: docs
page_title: High availability installation
description: |-
How to install Boundary as a high availability service
description: >-
Learn about network requirements and architecture to set up Boundary for high availability, including database, load balancer, and configuration best practices.

---

# High availability installation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: docs
page_title: Recommended architecture
description: |-
Boundary architecture recommendations
description: >-
Learn about the recommended architectures for two main Boundary user workflows: an administrator configuring Boundary and an end user connecting to a target.
---

# Recommended architecture
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: docs
page_title: System requirements
description: |-
Boundary system requirements
description: >-
Learn about Boundary system requirements including recommendations for hardware sizing, network connectivity, traffic encryption, databases, and load balancers.
---

# System requirements
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: docs
page_title: Configure controllers
description: |-
Configure Boundary controllers
description: >-
Configure Boundary controllers for a self-managed deployment, including TLS, KMS, and database parameters. Start the service, authenticate, and manage resources.
---

# Configure controllers
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/install-boundary/configure-workers.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: docs
page_title: Configure workers
description: |-
Configure Boundary workers
description: >-
Configure Boundary workers for a self-managed deployment, including environment files and KMS keys. Set up ingress, intermediary, and egress roles for multi-hop.
---

# Configure workers
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/install-boundary/index.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: docs
page_title: Overview
description: |-
Deploying a self-managed version of Boundary
description: >-
Discover resources for deploying a self-managed version of Boundary Enterprise or Boundary Community Edition.
---

# Overview
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/install-boundary/initialize.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: docs
page_title: Initialize Boundary
description: |-
Creating your first login account
description: >-
Initialize new Boundary self-managed installations. Log in with the recovery KMS to create initial scope, auth method, login account, user, and role resources.
---

# Initialize Boundary
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/install-boundary/install.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: docs
page_title: Install Boundary
description: |-
Install a self-managed version of Boundary
description: >-
Install a self-managed version of Boundary Enterprise or Community Edition on Ubuntu/Debian, CentOS/RHEL, or Amazon Linux using the binary file.
---

# Install Boundary
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: docs
page_title: Terraform patterns for Boundary
description: |-
Learn how to configure the Terraform Boundary provider so that you can use Terraform patterns to install and manage Boundary.
description: >-
Configure the Terraform Boundary provider so that you can use Terraform patterns to install and manage Boundary resources.
---

# Terraform patterns for Boundary
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Terraform patterns for Boundary credentials and credential stores
description: |-
description: >-
Use Terraform patterns to create and manage Boundary credentials and credential stores. Learn how to create static or Vault credential stores, add credentials.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Terraform patterns for Boundary groups and RBAC
description: |-
description: >-
Use Terraform patterns to create and manage Boundary groups and role-based access control (RBAC). Learn how to add users to managed groups and assign roles.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Terraform patterns for Boundary hosts and host management
description: |-
description: >-
Use Terraform patterns to create and manage Boundary hosts and host catalogs. Learn how to add static or plugin-based hosts to static or dynamic host catalogs.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Terraform patterns for Boundary scopes
description: |-
description: >-
Use Terraform patterns to create and manage Boundary scopes. Learn how to configure global, org-level, and project-level scopes using the Boundary provider.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: docs
page_title: Terraform patterns for Boundary session recording
description: |-
Use Terraform patterns to enable session recording for auditing user sessions in Boundary. Learn how to configure prerequisite storage policies and buckets.
description: >-
Use Terraform patterns to enable session recording for auditing user sessions in Boundary. Learn how to configure storage policies and storage buckets.
---

# Terraform patterns for Boundary session recording
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Terraform patterns for Boundary targets
description: |-
description: >-
Use Terraform patterns to create and manage Boundary targets. Learn how to configure SSH and TCP targets, inject passwords, and enable session recording.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Terraform patterns for Boundary users and auth methods
description: |-
description: >-
Use Terraform patterns to create and manage Boundary users and auth methods. Learn how to configure password and LDAP auth methods, add accounts, create users.
---

Expand Down