diff --git a/website/content/docs/error-messages/consul.mdx b/website/content/docs/error-messages/consul.mdx
index 44a004068e3b..6d3413aa7b94 100644
--- a/website/content/docs/error-messages/consul.mdx
+++ b/website/content/docs/error-messages/consul.mdx
@@ -165,12 +165,14 @@ When restoring a Consul datacenter with a snapshot on new infrastructure, Consul
This error means that in the new datacenter there is at least one node with the same `node_name` as a node in the snapshot's datacenter, but with a different `node_id`. This represents a consistency issue.
-There are two possible workarounds:
+There are three possible workarounds:
1. Save the UUID from the previous node’s data directory. Then re-use that same UUID when you first start the agent on the new node. You can configure node IDs for your Consul agent nodes with the [`node_id` configuration parameter](/consul/docs/reference/agent/configuration-file/node#_node_id).
1. Always use unique node names for your Consul datacenters so that there is no risk of conflicts. You can configure node names for your Consul agent nodes using the [`node_name`](/consul/docs/reference/agent/configuration-file/node#_node) configuration parameter.
+1. Perform a [`consul leave`](/consul/commands/leave) on each server and then start the server again. Do this one server at a time. Once all servers are restarted, the node ids will be set to the expected value, resolving the errors in the logs.
+
## ACL not found
If Consul returns the following error, this indicates that you have ACL enabled in your cluster but you aren't passing a valid token.
diff --git a/website/content/docs/manage/disaster-recovery/backup-restore.mdx b/website/content/docs/manage/disaster-recovery/backup-restore.mdx
index 4a3ecccb2797..f64973573183 100644
--- a/website/content/docs/manage/disaster-recovery/backup-restore.mdx
+++ b/website/content/docs/manage/disaster-recovery/backup-restore.mdx
@@ -35,6 +35,7 @@ To reduce the burden on the leader, it is possible to [run the snapshot command
However, we still recommend you take `consistent` snapshots for write-heavy production use cases, or when you want to snapshot a cluster state immediately after a specific change.
+
## Workflow
1. **Backup the Consul datacenter**: Use the `consul snapshot save` command to create a backup of the Consul datacenter.
@@ -42,10 +43,8 @@ However, we still recommend you take `consistent` snapshots for write-heavy prod
1. **Restore from snapshot**: Use the `consul snapshot restore` command to restore the Consul datacenter from the backup.
-
## Backup a Consul datacenter
-
Run the basic snapshot command on one of the servers. Because it uses the default settings, this request runs in `consistent` mode.
```shell-session
@@ -68,6 +67,11 @@ Version 1
For more information about the `snapshot inspect` sub-command and its output, refer to the [`consul snapshot inspect` CLI documentation](/consul/commands/snapshot/inspect).
+
+
+Consul snapshots contain extremely sensitive data, such as credentials in recoverable form. Store snapshots on an encrypted medium with sufficiently strict access controls in place.
+
+
## Restore a Consul datacenter
@@ -83,10 +87,9 @@ $ consul snapshot restore backup.snap
Restored snapshot
```
-
## Additional guidance
For more information on disaster recovery, including detailed instructions on how to backup and restore Consul datacenters, refer to the following resources:
- [Consul Disaster Recovery](/consul/docs/manage/disaster-recovery)
-- [Disaster recovery for WAN-federated datacenters](/consul/docs/manage/disaster-recovery/federation)
+- [Disaster recovery for WAN-federated datacenters](/consul/docs/manage/disaster-recovery/restore/secondary)
diff --git a/website/content/docs/manage/disaster-recovery/federation.mdx b/website/content/docs/manage/disaster-recovery/federation.mdx
deleted file mode 100644
index 1184ca7767ff..000000000000
--- a/website/content/docs/manage/disaster-recovery/federation.mdx
+++ /dev/null
@@ -1,360 +0,0 @@
----
-layout: docs
-page_title: Disaster recovery for WAN-federated datacenters
-description: >-
- Recover from losing the primary datacenter in a federated Consul environment. Prepare for Consul disaster recovery using best practice recommendations. Implement a backup plan and a disaster recovery plan (DRP).
----
-
-# Disaster recovery for WAN-federated datacenters
-
-This describes the process to backup and restore a federated Consul datacenter.
-
-## Overview
-
-Operating a multi-datacenter federated environment requires you to prepare for
-many possibilities, including a complete outage of one of your physical
-datacenters, or a cloud provider outage that might make one of the
-components of your environment temporarily or permanently unavailable.
-
-This can have different implications depending on your configuration, but it is
-something you want to be prepared for, in case the unthinkable happens.
-
-This tutorial guides you through the process of creating a recovery strategy
-from a quorum loss to the complete loss of your primary datacenter.
-
-The recommended logical steps are listed in three main sections, the first will help you [prepare for an outage event](#disaster-preparation-strategy), the second will help you [restore your primary datacenter](#restore-primary-datacenter), and the third will help you [validate the restore was successful](#restore-and-validate-federation) and ensure federation is re-established.
-
-## Prerequisites
-
-### Base configuration
-
-To complete this tutorial, you will need two wide area network (WAN) joined
-Consul datacenters with access control list (ACL) replication enabled. If you
-are starting from scratch, follow these tutorials to set up your datacenters,
-or use them to check that you have the proper configuration in place:
-
-- [Deployment Guide](/consul/tutorials/production-deploy/deployment-guide)
-- [Securing Consul with ACLs](/consul/tutorials/security/access-control-setup-production)
-- [Basic Federation with WAN Gossip](/consul/tutorials/networking/federation-gossip-wan)
-
-You will also need to enable ACL replication, which you can do by following the steps in the
-[ACL Replication for Multiple
-Datacenters](/consul/tutorials/security-operations/access-control-replication-multiple-datacenters)
-tutorial.
-
-### Mesh gateways
-
-If you want to make use of the mesh gateway functionality, you can follow [Connect Services Across Datacenters with Mesh Gateways](/consul/tutorials/developer-mesh/service-mesh-gateways) to setup them for the two datacenters.
-
-### Central service configuration
-
-Lastly, you should set [`enable_central_service_config = true`](/consul/docs/reference/agent/configuration-file/general#enable_central_service_config)
-on your Consul clients which will allow you to centrally configure the sidecar
-and mesh gateway proxies.
-
-## Disaster recovery process
-
-The process can be summarized in the following phases:
-1. Formulate a disaster preparation strategy
-1. Outage event occurs for the primary datacenter
-1. Restore primary datacenter
-1. Restore and validate federation
-
-## Disaster preparation strategy
-
-### Use a recommended architecture
-
-Not every outage has the same level of impact. A lot of the resiliency of
-your Consul federation will rely on proper configuration and the
-adoption of a recommended architecture.
-
-Refer to [Consul Reference Architecture](/consul/tutorials/production-deploy/reference-architecture) to learn the recommended configurations for your
-Consul datacenter.
-
-### Automate your deployment
-
-Re-deploying an entire datacenter after an outage is a non-trivial operation
-that might require a considerable amount of time. You can reduce the time to recover
-by following Infrastructure as Code (IaC) principles and using
-tools such as Terraform and Vault to help you in the deployment and recovery process.
-
-The amount of downtime you experience from the loss of your primary datacenter is
-directly proportional to the amount of time it takes you to deploy a new
-primary datacenter. Reducing the deployment time via automation will not only
-help you standardize the process and reduce errors, but also reduce the
-downtime you will experience after a datacenter loss.
-
-### Have a backup strategy
-
-A Consul datacenter's state is more than just the initial configuration, it
-includes data that is generated during normal operations such as KV entries, ACL
-tokens, and intentions. When your datacenter fails, this information is lost and
-cannot be manually recreated without a backup. For example you may keep you
-Consul agent and service configuration in version control, however, you will not
-be able to as easily recover security credentials since credentials generated
-during the installation process are now different from the ones that were
-present in the datacenter that was “lost” in the disaster.
-
-The process of then updating every secret in Consul to reflect the updated value
-is tedious, error prone and hard to debug.
-
-Restoring from a snapshot ensures all the intentions, KV entries and ACL tokens
-are reintroduced.
-
-You can follow [Backup Consul Data and State](/consul/tutorials/production-deploy/backup-and-restore) to learn how to perform a snapshot of your Consul
-datacenter to use in case of disaster.
-
-### Have a TLS certificate distribution process in place
-
-Certificates are stored on the agent disk and not saved in a snapshot. This
-means you will have to re-generate them.
-
-Consul comes equipped with a command ,`consul tls`, that permits you to generate
-TLS certificates for the agents. This simplifies the automation of deployment by
-giving you the ability to generate a CA and TLS certificates as part of the
-process.
-
-As an alternative, we suggest you use Vault as a CA and TLS certificate generator to help you automate
-the process. You can follow [Generate mTLS Certificates for Consul with Vault](/consul/tutorials/vault-secure/vault-pki-consul-secure-tls) to learn how to
-automate certificate generation and distribution for your Consul server agents.
-
-### Adopt an adequate ACL down policy
-
-When your primary datacenter is down you lose your ability to validate
-ACL policies. To mitigate this Consul has a configuration parameter,
-`down_policy`, that tells Consul which strategy to follow if ACLs
-cannot be validated against the primary datacenter.
-
-By default, Consul adopts the `extend-cache` approach, meaning that in case of an
-outage Consul will allow cached ACL objects to be used, ignoring their TTL
-values. If a non-cached ACL is used, `extend-cache` acts like `deny`.
-
-If you changed the `down_policy` to the more restrictive value of `deny`, you
-will be impacted more severely from the outage, since
-all ACL protected operations in the secondary datacenter will be denied until the primary datacenter is restored.
-
-## Outage event in the primary datacenter
-
-Depending on your configuration, multiple levels of outage can occur.
-
-This tutorial covers how to handle outages that render the primary
-datacenter unable to serve requests, including service discovery requests to Consul DNS and intention validation. This can happen in many possible ways, but
-the two extremes of the spectrum are the following:
-
-* **Loss of quorum in the primary datacenter**
-This is an outage where the datacenter has less than *(N/2)+1* servers available, where N is the total number
-of servers. While some of the nodes are unaffected, not enough are available to form a quorum.
-* **Complete loss of the primary datacenter**
-This is either a disaster event that completely wipes an entire facility or a
-major outage of your cloud provider.
-
-### Loss of quorum in the primary datacenter
-
-In the scenario where you have lost enough servers in your primary datacenter that a quorum
-cannot be reached, you will experience the same level service failure as if the whole
-datacenter is unavailable.
-
-If the outage is limited to the server nodes, or did not severely impact your
-client fleet, it might not be practical to rebuild the whole datacenter only to
-re-establish a quorum.
-
-In this scenario, you can follow the [Outage Recovery](/consul/tutorials/datacenter-operations/recovery-outage)
-tutorial to restore your server nodes and make sure they are able to reform
-the raft cluster and elect a leader.
-
-Once the raft cluster is reformed, and the datacenter is again operational,
-you can now restart any client agents that might have been affected by the
-outage.
-
-### Complete loss of the primary datacenter
-
-The worst case scenario in a federated environment is the loss of the primary
-datacenter.
-
-In this scenario, the course of action should aim to restore the lost datacenter as
-quickly as possible. The following sections in the tutorial will guide you
-through the necessary steps to perform a restore and to make sure all
-functionality is re-established.
-
-## Restore primary datacenter
-
-The steps necessary to restore your environment after a full outage of your
-primary datacenter are the following:
-
-* Restore your primary datacenter
-* Restore the last snapshot to the newly recovered datacenter
-* Apply agent tokens to the servers
-* Perform a rolling restart of the servers in the primary datacenter
-* Perform a rolling restart of the clients in the primary datacenter
-* Restore and validate federation
-
-### Restore datacenter nodes
-
-You can use the same process you used for the initial deploy of your Consul
-datacenter.
-
-To make sure the new deployment is able to communicate with the secondary
-datacenter, you will need to ensure that you are using the same
-
-* CA certificate
-* CA key
-* Gossip encryption key
-
-as the ones you used for the pre-existing deployment.
-
-### Restore snapshot
-
-After the datacenter has been restored, you can restore the snapshot to it using
-the `consul snapshot` command.
-
-```shell-session
-$ consul snapshot restore -token= backup.snap
-
-Restored snapshot
-```
-
-
-
- The `token` used for the snapshot restore procedure needs to be a
-token valid for the newly restored datacenter. If your restored datacenter does
-not have ACL enabled, you can restore the snapshot without a token.
-
-
-
-### Set Consul ACL agent tokens
-
-The newly restarted nodes will now be missing the ACL tokens needed to
-successfully join the datacenter. Once you restored the ACL system with the
-snapshot restore you will be able to set the tokens for the different nodes
-using the `consul acl` command.
-
-
-
- The following operations require a token with `acl = write`
-privileges. Also, after the snapshot is restored the ACL system will now
-contain the previous tokens created before the outage. You can use the any
-management token you had in your datacenter before the outage. To setup the
-token for the request you can either use the `CONSUL_HTTP_TOKEN` environment
-variable or to pass it directly using the `-token=` command parameter.
-
-
-
-First retrieve the tokens available in the datacenter.
-
-```shell-session
-$ consul acl token list
-
-...
-
-AccessorID: 694f15e2-b8f9-c5dd-cb92-8d7bc529df9f
-Description: server-1 agent token
-Local: false
-Create Time: 2021-01-07 21:38:25.331288761 +0000 UTC
-Legacy: false
-Policies:
- a660e45f-3f6e-501c-1303-3d39a83f6ff9 - acl-policy-server-node
-
-...
-```
-
-Then retrieve the token using the `AccessorID`.
-
-```shell-session
-$ consul acl token read -id 694f15e2-b8f9-c5dd-cb92-8d7bc529df9f
-
-AccessorID: 694f15e2-b8f9-c5dd-cb92-8d7bc529df9f
-SecretID: 237f1a27-3399-ebf0-29f1-9828d89159b1
-Description: server-1 agent token
-Local: false
-Create Time: 2021-01-07 21:38:25.331288761 +0000 UTC
-Policies:
- a660e45f-3f6e-501c-1303-3d39a83f6ff9 - acl-policy-server-node
-```
-
-
-
- You will have to set the token on all the server nodes
-in order to get them able to re-join the datacenter successfully. Depending on
-your configuration you might have different tokens for each server or re-use the
-same token for all server agents but in both cases the token needs to be set on
-all agents otherwise they will not be able to successfully join the datacenter.
-
-
-
-Finally apply the token to the server.
-
-```shell-session
-$ consul acl set-agent-token agent 237f1a27-3399-ebf0-29f1-9828d89159b1
-
-ACL token "agent" set successfully
-```
-
-### Perform a rolling restart of the servers
-
-After the snapshot is restored and the tokens have been set on the nodes, you
-will observe errors in the server logs about duplicate node ids. This happens
-because the servers received new node ids when they were reinstalled, and these node ids are different from
-the ones stored in the snapshot.
-
-```log hideClipboard
-...
-[WARN] agent.fsm: EnsureRegistration failed: error="failed inserting node: Error while renaming Node ID: "835aa73d-78e9-ba63-d2da-8bbfba1329a7": Node name server-1 is reserved by node 4d2d0bfa-6d2d-c373-fff2-16ac612dca7a with name server-1 (172.19.0.3)"
-[WARN] agent.fsm: EnsureRegistration failed: error="failed inserting node: Error while renaming Node ID: "49be2708-2f0b-0a1b-0069-9e1420fa251b": Node name server-2 is reserved by node ea086564-8d58-2918-682d-9092651f2157 with name server-2 (172.19.0.4)"
-[WARN] agent.fsm: EnsureRegistration failed: error="failed inserting node: Error while renaming Node ID: "3398cdca-dc18-a786-e3a6-6f7deb5dcd0d": Node name server-3 is reserved by node d7529d1e-6924-41d8-fc40-fa0f131cc558 with name server-3 (172.19.0.5)"
-...
-```
-
-To resolve these errors, you need to perform a `consul leave` on each server and
-then start the server again.
-
-Once servers are restarted, the node ids will be set to the expected value
-and this will resolve the errors in the logs.
-
-### Perform a rolling restart of the clients
-
-The same log errors will be present on the clients. After completing the server
-restarts, you must perform the same operations on the clients to resolve the log
-errors.
-
-## Restore and validate federation
-
-Once restored, it is possible that the new servers will have a different IP than
-the one used to wan join them from the secondary datacenter. In that scenario, the
-federation will be broken.
-
-To verify the federation you can use `consul members` on the primary datacenter.
-
-```shell-session
-$ consul members -wan
-Node Address Status Type Build Protocol DC Segment
-server-1.primary 172.19.0.3:8302 alive server 1.9.0 2 primary
-server-2.primary 172.19.0.4:8302 alive server 1.9.0 2 primary
-server-3.primary 172.19.0.5:8302 alive server 1.9.0 2 primary
-```
-
-To restore the federation you must perform a rolling restart of the secondary
-datacenter servers using the new primary datacenter servers' IP in the
-`retry-join-wan` parameter.
-
-After the rolling restart, you should be able to observe all the servers in the
-`consul members` command output.
-
-```shell-session
-$ consul members -wan
-Node Address Status Type Build Protocol DC Segment
-server-1.secondary 172.19.0.7:8302 alive server 1.9.0 2 secondary
-server-2.secondary 172.19.0.8:8302 alive server 1.9.0 2 secondary
-server-3.secondary 172.19.0.9:8302 alive server 1.9.0 2 secondary
-server-1.primary 172.19.0.3:8302 alive server 1.9.0 2 primary
-server-2.primary 172.19.0.4:8302 alive server 1.9.0 2 primary
-server-3.primary 172.19.0.5:8302 alive server 1.9.0 2 primary
-```
-
-## Next steps
-
-In this tutorial, you learned how to restore your federated environment in the
-event of a full outage of your primary datacenter.
-
-You can follow [Provide Fault Tolerance with Redundancy Zones](/consul/tutorials/operate-consul/redundancy-zones) to learn how Consul
-Enterprise helps you in making the deployment more robust by using different
-zones (such as AWS Availability Zones) for your Consul deployment.
diff --git a/website/content/docs/manage/disaster-recovery/index.mdx b/website/content/docs/manage/disaster-recovery/index.mdx
index 746d8ab0673f..f8923ecda316 100644
--- a/website/content/docs/manage/disaster-recovery/index.mdx
+++ b/website/content/docs/manage/disaster-recovery/index.mdx
@@ -7,97 +7,50 @@ description: >-
# Disaster recovery overview
-This topic provides an overview of the best practices for preparing a disaster recovery strategy for your Consul cluster.
+This page provides an overview of the resources available for preparing a disaster recovery strategy for your Consul cluster and to recover a Consul datacenter from an outage.
-## Introduction
+## Overview
-Disaster recovery is an important part of business continuity planning. Your strategy depends on the following considerations:
+Disaster recovery is an important part of business continuity planning. When operating a Consul environment, you need to prepare a strategy that includes many outage possibilities. You should also take into account the unique outage possibilities that can occur when your network is composed of multiple Consul datacenters.
-- **Recovery point objective (RPO)** - The maximum amount of data loss that can be incurred from a disaster, failure, or comparable event. RPO is measured as a unit of time and there is usually a 1-to-1 correlation between RPO and backup frequency.
-- **Recovery time objective (RTO)** - The amount of time that passes between application failure and full availability which includes how much time it takes to recover from the disaster or failure. RTO could be relatively short for a customer that already has another datacenter location available for disaster recovery purposes and replication of services and data occurs on a regular basis. You can also leverage leverage automation technologies to recover more quickly from a disaster.
+You should prepare a disaster recovery process for the most severe cases, like a complete outage of one of your physical datacenters, or a cloud provider outage that might make one of the components of your environment temporarily or permanently unavailable. Each outage possibility depends on your configurations, but there are strategies that can help you mitigate the impact when disaster occurs.
-When a Consul cluster loses quorum, or if you lose the server agents completely, restoration requires you to build a new Consul cluster from the latest snapshot. You may also need to reinstall and configure Consul client agents. Automation technologies can greatly reduce the amount of time that it will take to perform these steps. Keep these facts in in mind when deciding between RPO and RTO.
+To prepare for an outage in your Consul deployment, you should learn how to do the following:
-## Snapshot recommendations
+- [Backup and restore a Consul datacenter](#backup-and-restore)
+- [Plan a disaster preparation strategy](#disaster-preparation-strategy) specific to your network and application requirements
+- [Restore a primary datacenter](#restore-a-primary-datacenter)
+- [Restore a federated datacenter](#restore-a-federated-datacenter), if you connect multiple Consul datacenters in a single environment
-Our recommended method for backing up Consul state uses the [built-in Consul snapshot feature](/consul/commands/snapshot), which is available through the HTTP API or CLI. The tutorial [Backup Consul Data and State](/consul/tutorials/production-deploy/backup-and-restore) covers this in further detail.
+## Backup and restore
-
-Consul snapshots contain extremely sensitive data, such as credentials in recoverable form. Store snapshots on an encrypted medium with sufficiently strict access controls in place.
-
+We recommend backing up Consul's state using the built-in Consul snapshot feature, which is available through the [HTTP API's `/v1/snapshot` endpoint](/consul/api-docs/snapshot), or the [CLI's `consul snapshot` command](/consul/commands/snapshot).
-You should take snapshots of Consul clusters on a regular basis and store them on mounted or external storage. We suggest the use of object storage versus block or file based storage, such as Azure blobs, Google Cloud storage, or AWS S3 storage. Avoid local or ephemeral storage.
+For step-by-step instructions, refer to [Backup and restore a Consul datacenter](/consul/docs/manage/disaster-recovery/backup-restore).
-You can automate this process using the [Consul Enterprise Snapshot agent](/consul/commands/snapshot/agent).
+We also recommend that you take snapshots of Consul clusters on a regular basis and store them on mounted or external storage. We recommend that you avoid local or ephemeral storage. We also suggest object storage, instead of block or file based storage.
-We recommend that you regularly test and validate the restore process for critical systems to ensure that everything works as expected. This testing process is typically defined in a _Disaster recovery plan (DRP)_, which is a formal document created by an organization that contains the processes used to recover access to systems and data after a catastrophic event. DRPs typically also include a set of processes for testing and validating disaster recovery procedures and establish a regular cadence for these events.
+Enterprise customers can automate the backup process by using the [Automated Backups](/consul/docs/manage/scale/automated-backup) functionality.
-## ACL considerations
+## Disaster preparation strategy
-When you restore a snapshot to a new Consul cluster, note the following behavior regarding tokens and the ACL system.
+We recommend that you regularly test and validate the restore process for critical systems to ensure that everything works as expected.
-| Token persistence enabled | ACL token provided in Consul client config | Consul client requires a re-configuration |
-| --- | --- | --- |
-| | | |
-| Yes | No | No |
-| No | Yes | No |
-| Yes | Yes | No |
-| No | No | Yes |
+This testing process is typically defined in a _Disaster recovery plan (DRP)_, which is a formal document created by an organization that contains the processes used to recover access to systems and data after a catastrophic event. DRPs typically also include a set of processes for testing and validating disaster recovery procedures and establish a defined process to tackle these events.
-- If [token persistence was enabled on client agents](/consul/docs/reference/agent/configuration-file/acl#acl_enable_token_persistence) when the snapshot was captured, then the client agents will resume function after you restore the cluster's server agents.
-- If [the ACL token is specified directly in the client agent configuration](/consul/docs/reference/agent/configuration-file/acl#acl_tokens_agent) when when the snapshot was captured, then the client agents resume function after you restore the cluster's server agents.
-- If client agents were not configured in a way that persists access to a token, then client agents will not resume function after the restore because they not have permissions to register with the new Consul cluster. This situation applies when the ACL token was set using the API or CLI, or if the ACL token was set in an environment variable. Use the [`consul acl set-agent-token` command](/consul/commands/acl/set-agent-token#agent) or the `CONSUL_HTTP_TOKEN` variable to update the token on client agents before you restore a cluster with a snapshot.
+For more information about best practices and considerations for your own deployments, refer to [Disaster preparation strategy](/consul/docs/manage/disaster-recovery/prepare).
-## Service failure recommendations
+## Restore a primary datacenter
-To architect against outages caused by disasters that impact services registered with Consul, use [cluster peering failover with sameness groups](/consul/docs/multi-tenant/sameness-group/vm). With this setup, Consul can transparently failover requests to an unhealthy service to the same service in a different region and datacenter.
+When an outage happens in the primary datacenter, many of the Consul cluster's functions become unavailable. To learn how to restore functionality to a single Consul datacenter, refer to [Restore primary datacenter](/consul/docs/manage/disaster-recovery/restore/primary). You should adapt these instructions to your environment as you build your internal operations manual for disaster recovery.
-## Region failure recommendations
+We also provide tutorials on disaster recovery to help you test the commands in a sandbox environment:
-In the event of a total region failure, Consul and your services are likely down. To architect against this situation, [deploy Consul and your services in multiple regions with a global failover policy](/consul/tutorials/operate-consul/redundancy-zones) so that Consul reroutes network traffic to the alternate region during a disaster. Deploying identical Consul servers and services across multiple cloud regions satisfies datacenter latency requirements and limits the blast radius during large-scale disasters.
+- [Disaster recovery for Consul clusters](/consul/tutorials/operate-consul/recovery-outage)
+- [Disaster Recovery for Consul on Kubernetes](/consul/tutorials/production-kubernetes/kubernetes-disaster-recovery)
-## Multi-cluster disaster recovery considerations
+## Restore a federated (secondary) datacenter
-The disaster recovery considerations for single Consul cluster deployments apply to Consul multi-cluster deployments as well. However, there a few additional considerations that are specific to Consul multi-cluster deployments using WAN Federation.
+When a secondary datacenter experiences an outage, it can still impact your environment even though the primary datacenter never stopped operations. To learn how to restore a federated Consul datacenter's functionality, refer to [Restore federated datacenter](/consul/docs/manage/disaster-recovery/restore/secondary). You should adapt these instructions to your environment as you build your internal operations manual for disaster recovery.
-When you design and architect your WAN-federated Consul environment, it is important to consider the critical role of the primary datacenter in the multi-cluster deployment. The primary Consul datacenter serves as the source of truth for the following data.
-1. Certificate Authority management, if you use the built-in Consul CA. The root CA resides in the primary Consul datacenter and must sign the certificates for the additional Consul datacenters.
-1. ACLs
-1. Intentions
-
-It is important to consider both placement of the primary Consul datacenter as well as the steps required to recover from a disaster. The recommended approach is reviewed in detail below.
-
-### Clientless primary Consul datacenter
-
-Once you establish and federate a primary Consul datacenter; you cannot migrate, change, or move it. An effective pattern for large Consul multi-cluster deployments is to have a dedicated primary Consul datacenter with the sole purpose of serving as a primary. You would only include Consul servers in this primary datacenter and not connect any client nodes or services. This primary Consul datacenter can then be federated normally with other Consul datacenters, which will each contain both servers and clients.
-
-This approach provides two distinct advantages.
-
-- It becomes easier to move the primary Consul datacenter. For example, you may want to migrate it from an on premises datacenter to a cloud environment. Typically, this would entail performing a backup and restore of the primary Consul datacenter to the alternate location. Review the [Disaster Recovery for the Primary Datacenter tutorial](/consul/tutorials/datacenter-operations/recovery-outage-primary) for guidance on restoring a Consul cluster.
-- In the event of a disaster, the additional Consul datacenters can still continue to function independently of the primary Consul datacenter although functionality will be reduced until the primary Consul datacenter is brought back online. See the table below for more details.
-
-### Primary Consul datacenter outage behaviors
-
-The table below assumes that the primary Consul datacenter is offline. It is implied that when referencing 'any Consul datacenter' that the primary Consul datacenter is not included.
-
-| Consul Cluster Functionality | Within local Consul datacenter | Within any Consul datacenter | Comments |
-| --- | --- | --- | --- |
-| Read ACLs | ✔ | ✔ | Assumes that the default setting of ‘extend cache’ is used for the ACL down policy |
-| Create/Update/Delete ACLs | ✖ | ✖ | |
-| Read Intentions | ✔ | ✔ | Assumes that Intentions were created when primary datacenter was online |
-| Create/Update/Delete Intentions | ✖ | ✖ | |
-| Create/Read/Update/Delete KV Store items | ✔ | ✔ | |
-| Create/Read/Update/Delete Services | ✔ | ✔ | |
-| Certificate Generation & Renewal | ✖ | ✖ | Certificates must be signed by the primary Consul datacenter |
-
-## Additional guidance
-
-For more information on disaster recovery, including detailed instructions on how to backup and restore Consul datacenters, refer to the following resources:
-
-- [Consul Disaster Recovery for the Primary Datacenter](/consul/tutorials/datacenter-operations/recovery-outage-primary)
-- [Consul Outage Recovery](/consul/tutorials/datacenter-operations/recovery-outage)
-- [Consl Redundancy Zones](/consul/tutorials/operate-consul/redundancy-zones)
-- [Consul Backup & Restore](/consul/tutorials/production-deploy/backup-and-restore)
-- [Disaster Recovery for Consul on
- Kubernetes](/consul/tutorials/kubernetes-production/kubernetes-disaster-recovery)
diff --git a/website/content/docs/manage/disaster-recovery/prepare.mdx b/website/content/docs/manage/disaster-recovery/prepare.mdx
new file mode 100644
index 000000000000..1c4acff46591
--- /dev/null
+++ b/website/content/docs/manage/disaster-recovery/prepare.mdx
@@ -0,0 +1,156 @@
+---
+layout: docs
+page_title: Disaster preparation strategy
+description: >-
+ Prepare for Consul disaster recovery using best practice recommendations. Implement a backup plan and a disaster recovery plan (DRP) to minimize downtime in case a disaster event happens in your deployment.
+---
+
+# Disaster preparation strategy
+
+This topic provides an overview of the concerns and recommendations you should consider to help you prepare a disaster recovery strategy for your Consul cluster.
+
+## Introduction
+
+Disaster recovery is an important part of business continuity planning.
+
+When defining a disaster preparation strategy, you should take into account the following two parameters:
+
+- **Recovery point objective (RPO)** - The maximum amount of data loss that can be incurred from a disaster, failure, or comparable event. RPO is measured as a unit of time and there is usually a 1-to-1 correlation between RPO and backup frequency.
+- **Recovery time objective (RTO)** - The amount of time that passes between application failure and full availability restoration. RTO could be kept relatively short by having another datacenter location available for disaster recovery purposes with replication of services and data occurs on a regular basis.
+
+Restoring a Consul cluster from a disastrous event, such as the complete loss of one or more datacenters or region, typically includes the full redeploy of a new Consul datacenter to replace the lost one. Using best practices for deploy and automation greatly reduces the amount of time that it will take to perform these steps.
+
+- [Use a recommended architecture](#use-a-recommended-architecture) for your datacenter.
+- [Automate your deployment](#automate-your-deployment) process to reduce deploy times and human errors.
+- [Implement a backup strategy](#implement-a-backup-strategy) to reduce RPO.
+- Have a [TLS certificate distribution process](#tls-certificate-distribution-process) in place.
+- Adopt an adequate [ACL down policy](#acl-down-policy).
+- Use [federation strategies to mitigate outages](#federation-strategies-to-mitigate-outages).
+## Use a recommended architecture
+
+Not every outage has the same level of impact. A lot of the resiliency of your Consul datacenter will rely on proper configuration and the adoption of a recommended architecture. Following a standard architecture makes the deploy process consistent across your organization, also helping with the automation of the deploy process.
+
+Refer to [Consul Reference Architecture](/consul/tutorials/production-deploy/reference-architecture) to learn about the recommended configurations for your Consul datacenter.
+
+If you are using Kubernetes you can refer to [Consul on Kubernetes reference architecture](/consul/tutorials/production-kubernetes/kubernetes-reference-architecture).
+
+Enterprise users can use [redundancy zones](/consul/tutorials/operate-consul/redundancy-zones) to provide fault tolerance even in case of a total region failure.
+
+## Automate your deployment
+
+The amount of downtime you experience from the loss of your Consul datacenter is directly proportional to the amount of time it takes you to deploy a new datacenter.
+
+Re-deploying an entire datacenter after an outage is a non-trivial operation that might require a considerable amount of time. You can reduce the time to recover, _RTO_, by following Infrastructure as Code (IaC) principles and using tools such as [Terraform](/terraform/intro) and [Vault](/vault/docs/about-vault/what-is-vault) to help you in the deployment and recovery process.
+
+Refer to the follow documentation to set up your datacenters:
+
+- [Deployment Guide](/consul/tutorials/production-deploy/deployment-guide)
+- [Securing Consul with ACLs](/consul/docs/secure/acl)
+
+If you are using Kubernetes refer to the following documentation:
+
+- [Consul and Kubernetes deployment guide](/consul/tutorials/production-kubernetes/kubernetes-deployment-guide).
+
+You can also refer to HashiCorp's [Well-Architected Framework documentation](/well-architected-framework/what-is) for a list of best practices that can help you define and automate your processes, optimize your resources and costs, design reliable systems, and secure your infrastructure and services.
+## Implement a backup strategy
+
+A Consul datacenter's state is more than just the initial configuration. It includes data that is generated during normal operations, such as KV entries, ACL tokens, and intentions. When your datacenter fails, this information is lost and cannot be manually recreated without a backup.
+
+Restoring from a snapshot ensures that previously configured intentions, KV entries, and ACL tokens are reintroduced to your Consul datacenter.
+
+Follow the instructions in [Backup and restore a Consul datacenter](/consul/tutorials/production-deploy/backup-and-restore) to create a snapshot of your Consul datacenter.
+## TLS certificate distribution process
+
+Certificates are stored on the agent disk and are not saved in a snapshot. As a result, you must re-generate them when you lose access to the agent's data.
+
+The Consul CLI includes a command, [`consul tls cert create`](/consul/commands/tls/cert), that generates new TLS certificates for the agents. This command can streamline deployment automations, lowering Consul's overall recovery time.
+
+Alternatively, we recommend using Vault as a CA and TLS certificate generator to help you automate the process. Refer to [Generate mTLS Certificates for Consul with Vault](/consul/docs/automate/consul-template/vault/mtls) to learn how to automate certificate generation and distribution for your Consul server agents.
+## ACL down policy
+
+When your primary datacenter is down, you lose your ability to validate ACL policies in a WAN-federated environment. To mitigate this effect, Consul has a configuration parameter, [`acl.down_policy`](/consul/docs/reference/agent/configuration-file/acl#acl_down_policy), that defines a strategy for Consul agents to follow when ACLs cannot be validated against the primary datacenter.
+
+Consul adopts the `extend-cache` approach by default. During an outage, Consul allows cached ACL objects to be used, and it ignores their TTL values. When a non-cached ACL is used, `extend-cache` enforces the `deny` rule.
+
+If you change the `acl.down_policy` to a more restrictive value, an outage will have a greater impact because all ACL-protected operations in the secondary datacenter will be denied until the primary datacenter is restored.
+### Client ACL tokens reconfiguration
+
+After you restore a Consul cluster from a snapshot, you may need to reconfigure the ACL tokens for the client agents, depending on your initial configuration.
+
+- If token persistence was enabled before you created the snapshot, then the client agents resume function after the snapshot restore in the cluster's server agents, without the need for additional reconfiguration. To learn more, refer to [`enable_token_persistence` in the agent configuration reference](/consul/docs/reference/agent/configuration-file/acl#acl_enable_token_persistence).
+- If you used the [`acl.tokens.agent`](/consul/docs/reference/agent/configuration-file/acl#acl_tokens_agent) parameter to specify the ACL tokens for the agents directly in the client agent configuration, then the client agents resume function after the snapshot restore in the cluster's server agents, without the need for additional reconfiguration.
+
+If neither option was enabled, then Consul will not persist ACL tokens after a restore. As a result, Consul clients cannot automatically re-join the datacenter because they do not have the required permissions. You can use the [`consul acl set-agent-token` command](/consul/commands/acl/set-agent-token#agent), the [`acl.tokens.agent` configuration parameter](/consul/docs/reference/agent/configuration-file/acl#acl_tokens_agent), or the `CONSUL_HTTP_TOKEN` environment variable to update the token on each client agent.
+
+The following table indicates whether or not the Consul client requires manual reconfiguration, according to the configurations that are present when the snapshot was captured.
+
+| Token persistence enabled | ACL token provided in Consul client config | Consul client requires a reconfiguration |
+| --- | --- | --- |
+| Yes | No | No |
+| No | Yes | No |
+| Yes | Yes | No |
+| No | No | Yes |
+
+
+## Multi-cluster strategies to mitigate outages
+
+Connecting multiple Consul datacenters using WAN federation or cluster peering can increase your resilience to disruptive events by replicating services across multiple datacenters, regions, and cloud providers.
+
+Multi-cluster Consul networks increase resilience towards service failure in the following ways:
+
+ - Consul supports automatic failover for services in a datacenter, as it omits failed service instances from DNS lookups.
+ - WAN-federated clusters can use [prepared queries](/consul/docs/manage-traffic/failover/prepared-query) to let users define failover policies in a centralized way.
+ - Datacenters with cluster peering connections can use [sameness groups](/consul/docs/manage-traffic/failover/sameness-group) to automatically redirect service traffic to healthy instances in failover scenarios.
+
+To deploy a multi-datacenter federated Consul cluster you can refer to the following documentation:
+
+- [Basic Federation with WAN Gossip](/consul/docs/east-west/wan-federation/vms)
+- [ACL Replication for Multiple Datacenters](/consul/docs/secure/acl/token/federation)
+
+If you are using Consul's service mesh in your WAN-Federated environment, you should also set [`enable_central_service_config = true`](/consul/docs/reference/agent/configuration-file/general#enable_central_service_config) on your Consul clients, which allows you to centrally configure the sidecar and mesh gateway proxies.
+
+To learn about using mesh gateways to secure communications between Consul datacenters, refer to [Mesh gateways](/consul/docs/east-west/mesh-gateway).
+## Primary Consul datacenter outage impact
+
+When you design and architect a WAN-federated Consul environment, it is important to consider the critical role of the primary datacenter in the multi-cluster deployment. The primary Consul datacenter serves as the source of truth for the following data:
+
+- ACL operations, including tokens and policies.
+- Service intentions for secure service-to-service communication.
+- Certificate Authority management, if you use the built-in Consul CA. The root CA resides in the primary Consul datacenter and must sign the certificates for the additional Consul datacenters.
+
+The table below shows the impact on Consul operations of a full outage of the primary Consul datacenter.
+
+| Consul feature | Create | Read | Update | Delete |
+| -------------- | -------- | ---------------- | -------- | -------- |
+| ACLs | ❌ | ✅ ¹ | ❌ | ❌ |
+| Intentions | ❌ | ✅ ² | ❌ | ❌ |
+| KV Store | ✅ | ✅ | ✅ | ✅ |
+| Services | ✅ | ✅ | ✅ | ✅ |
+
+
+1. The ability to read and validate ACLs assumes that the default setting of `extend_cache` is used for the ACL down policy and that the ACL token was cached in the local datacenter before the primary datacenter outage.
+2. The ability to read and validate intentions assumes that intentions were created when primary datacenter was online.
+
+For the TLS certificate management you can greatly reduce the impact of a primary datacenter outage by using Vault both to [generate mTLS Certificates for Consul agents](/consul/docs/automate/consul-template/vault/mtls) and as a [Consul service mesh certification authority](/consul/tutorials/operate-consul/vault-pki-consul-connect-ca).
+
+### Clientless primary Consul datacenter
+
+Once you establish a primary Consul datacenter for your federated deployment, you cannot migrate, change, or move it.
+
+One effective pattern for large Consul multi-cluster deployments is to have a dedicated primary Consul datacenter with the sole purpose of serving as the primary datacenter. You would only include Consul servers in this primary datacenter and not connect any client nodes or services. This primary Consul datacenter can then be federated normally with other Consul datacenters, which contain both servers and clients.
+
+This approach provides two distinct advantages.
+
+- It becomes easier to move the primary Consul datacenter. For example, you may want to migrate it from an on premises datacenter to a cloud environment. Typically, this process entails performing a backup and restore of the primary Consul datacenter to the alternate location. For more information, refer to [Backup and restore a Consul datacenter](/consul/docs/manage/disaster-recovery/backup-restore).
+- If your primary datacenter experiences a disaster, the other Consul datacenters can still continue to function independently. They will operate with reduced functionality until the primary Consul datacenter is brought back online.
+
+## Additional guidance
+
+This page helps you build your internal operations manual for outages and to create a disaster recovery strategy.
+
+You should make sure to test the manual multiple times before experiencing an outage, to make sure the steps are correct and to measure the time needed for a recovery against your desired _RTO_.
+
+Use our tutorials on disaster recovery to test the commands on a test environment:
+
+- [Disaster recovery for Consul clusters](/consul/tutorials/operate-consul/recovery-outage).
+- [Disaster Recovery for Consul on Kubernetes](/consul/tutorials/production-kubernetes/kubernetes-disaster-recovery).
\ No newline at end of file
diff --git a/website/content/docs/manage/disaster-recovery/restore/primary.mdx b/website/content/docs/manage/disaster-recovery/restore/primary.mdx
new file mode 100644
index 000000000000..75dc0ed0adf6
--- /dev/null
+++ b/website/content/docs/manage/disaster-recovery/restore/primary.mdx
@@ -0,0 +1,161 @@
+---
+layout: docs
+page_title: Restore primary datacenter
+description: >-
+ Restore primary Consul datacenter in the event of an outage.
+---
+
+# Restore primary datacenter
+
+This describes the process to restore a primary datacenter after an outage.
+
+## Introduction
+
+When the primary datacenter is unable to serve requests after an outage, there are two possible scenarios:
+
+- **Loss of quorum in the primary datacenter.** The datacenter has less than *(N/2)+1* servers available, where N is the total number of servers. While some of the nodes are unaffected, there are not enough healthy nodes to form a quorum.
+- **Complete loss of the primary datacenter.** When a disaster event at a facility completely wipes out your cluster, or a major outage occurs with your cloud provider.
+
+In Consul, _primary datacenter_ can refer to the only datacenter in the environment, or it can refer to the main datacenter in a WAN-federated environment.
+
+## Loss of quorum in the primary datacenter
+
+If you lost enough servers that your primary datacenter cannot reach quorum, you will experience service failure as if the whole
+datacenter is unavailable.
+
+If the outage is limited to the server nodes, or did not severely impact your client fleet, it may be possible to resume operations by re-establishing quorum.
+
+The [Outage Recovery tutorial](/consul/tutorials/operate-consul/recovery-outage#server-failure-in-a-multi-server-cluster-losing-quorum) provides a guide to restore your server nodes and make sure they are reform the raft cluster and elect a leader.
+
+After the cluster regains quorum and the datacenter is operational, you can restart any client agents that might have been affected by the outage. They should join the server nodes and resume operation.
+
+## Complete loss of the primary datacenter
+
+The worst case scenario in a Consul environment is the loss of the primary datacenter.
+
+You should aim to restore the lost datacenter as quickly as possible.
+
+## Restore primary datacenter
+
+To restore your Consul environment after your primary datacenter experiences a full outage, complete the following steps:
+
+1. [Restore datacenter nodes](#restore-datacenter-nodes).
+1. [Restore the last snapshot](#restore-snapshot) to the newly recovered datacenter.
+1. [Set Consul ACL agent tokens](#set-consul-acl-agent-tokens) to the servers.
+1. [Perform a rolling restart of the servers](#perform-a-rolling-restart-of-the-servers).
+1. [Perform a rolling restart of the clients](#perform-a-rolling-restart-of-the-clients).
+1. If you have a federated environment, the last step after restore is to [restore and validate federation](#restore-and-validate-federation).
+
+### Restore datacenter nodes
+
+The first step for recovery is to re-deploy your Consul datacenter. You can follow the same process you used for the initial deploy of your Consul datacenter.
+
+We recommend automating this process as much as possible to reduce downtime and to prevent human errors.
+
+For the new deployment to communicate with federated secondary datacenters, the recovered datacenter must use the same:
+
+- CA certificate
+- CA key
+- Gossip encryption key
+
+One way to automate this process is to use Vault to [generate mTLS Certificates for Consul agents](/consul/docs/automate/consul-template/vault/mtls) and [operate as the Consul service mesh certification authority](/consul/tutorials/operate-consul/vault-pki-consul-connect-ca).
+
+### Restore snapshot
+
+After you re-deploy the datacenter, restore the latest snapshot using the [`consul snapshot restore` command](/consul/commands/snapshot/restore).
+
+```shell-session
+$ consul snapshot restore -token= backup.snap
+
+Restored snapshot
+```
+
+The `token` you use for the snapshot restore procedure must be valid for the newly restored datacenter. If your restored datacenter does not have ACLs enabled, you can restore the snapshot without a token.
+
+### Set Consul ACL agent tokens
+
+The newly restarted nodes lack the ACL tokens they need to successfully join the datacenter.
+
+To set the tokens for the server nodes using the [`consul acl` commands](/consul/commands/acl), you need a token with `acl = write` privileges. After the snapshot is restored, the ACL system contains the tokens you created before the outage. You can use any management token you had in your datacenter before the outage to continue. Set it to the `CONSUL_HTTP_TOKEN` environment
+variable or to pass it directly using the `-token=` command parameter.
+
+If you lost the management token in the outage, you can [Reset the Access Control List (ACL) system](/consul/docs/secure/acl/reset) to generate a new one.
+
+First, retrieve the tokens available in the datacenter.
+
+```shell-session
+$ consul acl token list
+
+...
+
+AccessorID: 6e5516f1-c29d-4503-82bc-016f7957a5c9
+Description: consul-server-0 agent token
+Local: false
+Create Time: 2025-09-25 15:31:42.146542875 +0000 UTC
+Legacy: false
+Policies:
+ 036c181a-1afe-4a6e-bdb1-2d553f36327d - acl-policy-server-node
+
+...
+```
+
+Then retrieve the token using the `AccessorID`.
+
+```shell-session
+$ consul acl token read -id 6e5516f1-c29d-4503-82bc-016f7957a5c9
+
+AccessorID: 6e5516f1-c29d-4503-82bc-016f7957a5c9
+SecretID: e26bd23e-5edd-4aa4-bf7d-3ef5963e0ec0
+Description: consul-server-0 agent token
+Local: false
+Create Time: 2025-09-25 15:31:42.146542875 +0000 UTC
+Policies:
+ 036c181a-1afe-4a6e-bdb1-2d553f36327d - acl-policy-server-node
+```
+
+Finally, apply the token to the server.
+
+```shell-session
+$ consul acl set-agent-token agent e26bd23e-5edd-4aa4-bf7d-3ef5963e0ec0
+
+ACL token "agent" set successfully
+```
+
+You must set the token for each server node for them to re-join the datacenter successfully. Depending on your configuration you might have different tokens for each server, or you may reuse the same token for all server agents. In both cases, the token must be set on all server agents, otherwise they cannot successfully join the datacenter.
+### Perform a rolling restart of the servers
+
+After you restore from the snapshot and set the tokens on all nodes, you may observe errors in the server logs indicating duplicate node IDs. This error occurs because the servers received new node IDs when they were reinstalled, which are different from the ones stored in the snapshot.
+
+
+
+```log
+...
+[WARN] agent.fsm: EnsureRegistration failed: error="failed inserting node: Error while renaming Node ID: "88855b78-1459-4d03-aa88-a7078a3798f0": Node name consul-server-0 is reserved by node a12b2c56-7a94-4ea2-b29b-ca8f48139c77 with name consul-server-0 (172.20.0.10)"
+[WARN] agent.fsm: EnsureRegistration failed: error="failed inserting node: Error while renaming Node ID: "3d2df283-109b-4595-9279-d274a3c225ba": Node name consul-server-1 is reserved by node 6a361f2f-4e1e-4ee2-a836-20a7d85eb9e9 with name consul-server-1 (172.20.0.9)"
+[WARN] agent.fsm: EnsureRegistration failed: error="failed inserting node: Error while renaming Node ID: "39dbf0d7-51a9-4b8a-a4cc-5a937e0e405f": Node name consul-server-2 is reserved by node 520a29ee-43e0-4d50-89e5-df72d8746c92 with name consul-server-2 (172.20.0.14)"
+...
+```
+
+
+
+To resolve these errors, perform a [`consul leave`](/consul/commands/leave) on each server and then start the server again. Do this one server at a time. After you restart every server, the node IDs will be set to the expected value and the error in the logs will be resolved.
+
+For more information on this error and for more ways to resolve it, refer to [Snapshot restore error](/consul/docs/error-messages/consul#snapshot-restore-error).
+
+### Perform a rolling restart of the clients
+
+The same node ID errors will also be present on the client nodes. After you complete the server restarts, perform the same operations on the clients to resolve the log errors.
+
+## Restore and validate federation
+
+If you have a federated environment, it is possible that the IP addresses of the Consul server agents changed when the primary datacenter was restored.
+
+Depending on how you configured the server agents in your secondary datacenter, you may need to re-establish federation by updating the secondary datacenter configurations as well.
+
+For more information, refer to [Loss of federation due to primary datacenter restore](/consul/docs/manage/disaster-recovery/restore/secondary#loss-of-federation-due-to-primary-datacenter-restore).
+## Additional guidance
+
+To familiarize with the concepts mentioned in this page you can try our tutorials for disaster recovery:
+
+- [Disaster recovery for Consul clusters](/consul/tutorials/operate-consul/recovery-outage).
+- [Disaster Recovery for Consul on Kubernetes](/consul/tutorials/production-kubernetes/kubernetes-disaster-recovery).
diff --git a/website/content/docs/manage/disaster-recovery/restore/secondary.mdx b/website/content/docs/manage/disaster-recovery/restore/secondary.mdx
new file mode 100644
index 000000000000..5c3f729fb15f
--- /dev/null
+++ b/website/content/docs/manage/disaster-recovery/restore/secondary.mdx
@@ -0,0 +1,94 @@
+---
+layout: docs
+page_title: Restore secondary datacenters
+description: >-
+ Restore secondary Consul datacenters in the event of an outage.
+---
+
+# Restore secondary datacenters
+
+This topic provides an overview of the best practices for restoring a secondary datacenter in a WAN-federated deployment that experiences an outage.
+
+## Introduction
+
+If you operate a WAN-federated environment and you experience an outage in a secondary datacenter, there are multiple levels of disruption that can occur.
+
+- **Loss of quorum in the secondary datacenter.** When the datacenter has less than *(N/2)+1* servers available, where N is the total number of servers, it loses quorum. In this situation, some of the nodes are unaffected but there are not enough healthy nodes to form a quorum.
+- **Complete loss of the secondary datacenter.** When a disaster event at a facility completely wipes out your cluster, or a major outage occurs with your cloud provider.
+- **Loss of federation due to primary datacenter restore.** After you restore a primary datacenter, the newly deployed primary datacenter nodes have different IP addresses than the ones used the configurations of your secondary datacenters.
+
+## Loss of quorum in the secondary datacenter
+
+This situation is equivalent to a loss of quorum in your primary datacenter, but the issue is limited to the secondary datacenter and does not affect the rest of your Consul environment.
+
+The [Outage Recovery tutorial](/consul/tutorials/operate-consul/recovery-outage#server-failure-in-a-multi-server-cluster-losing-quorum) provides a guide to restore your server nodes and make sure they re-form the Raft cluster and elect a leader.
+
+## Complete loss of the secondary datacenter
+
+This situation is equivalent to a complete loss of your primary datacenter, but the issue is limited to the secondary datacenter does not affect the rest of your Consul environment.
+
+To restore the affected datacenter, follow the instructions in [Complete loss of the primary datacenter](/consul/docs/manage/disaster-recovery/restore/primary#complete-loss-of-the-primary-datacenter).
+
+## Connection to primary datacenter lost
+
+After recovering a primary datacenter, it is possible that the new servers will have a different IP address than the one used to join them from the secondary datacenter. In that situation, the secondary datacenters cannot reconnect to the primary datacenter.
+
+To verify the federation on the primary datacenter, use the [`consul members -wan` command](/consul/commands/members).
+
+```shell-session
+$ consul members -wan
+Node Address Status Type Build Protocol DC Partition Segment
+consul-server-0.primary 172.20.0.10:8302 alive server 1.21.4 2 primary default
+consul-server-1.primary 172.20.0.9:8302 alive server 1.21.4 2 primary default
+consul-server-2.primary 172.20.0.14:8302 alive server 1.21.4 2 primary default
+```
+
+In this example, the command only shows servers from the primary datacenter, indicating that the federation is not in place.
+
+To restore federation, you must perform a rolling restart of the secondary datacenter servers using the new IP of the primary datacenter servers in the [`retry-join-wan` agent configuration parameter](/consul/docs/reference/agent/configuration-file/join#_retry_join_wan).
+
+A configuration for the `retry-join-wan` parameter resembles the following example:
+
+
+
+```hcl
+## ...
+
+retry_join_wan = [ "172.20.0.10", "172.20.0.9", "172.20.0.14" ]
+
+## ...
+```
+
+
+
+After you update the configuration in each of secondary datacenter's server nodes, perform a rolling restart of the nodes. If the new configuration is correct you will be able to observe it from the logs.
+
+
+
+```log
+[INFO] agent: Joining cluster...: cluster=WAN
+[INFO] agent: (WAN) joining: wan_addresses=["172.20.0.10", "172.20.0.9", "172.20.0.14"]
+```
+
+
+
+After the rolling restart, running the `consul members -wan` command on the primary datacenter should return all of the servers.
+
+```shell-session
+$ consul members -wan
+Node Address Status Type Build Protocol DC Partition Segment
+consul-server-0.primary 172.20.0.10:8302 alive server 1.21.4 2 primary default
+consul-server-1.primary 172.20.0.9:8302 alive server 1.21.4 2 primary default
+consul-server-2.primary 172.20.0.14:8302 alive server 1.21.4 2 primary default
+consul-server-0.secondary 172.20.0.5:8302 alive server 1.21.4 2 secondary default
+consul-server-1.secondary 172.20.0.4:8302 alive server 1.21.4 2 secondary default
+consul-server-2.secondary 172.20.0.8:8302 alive server 1.21.4 2 secondary default
+```
+
+To prevent these kinds of outages, you can use hostnames instead of IP addresses, or for cloud providers that support it, you can use Consul's [cloud auto join feature](/consul/docs/deploy/server/cloud-auto-join).
+## Additional guidance
+
+To familiarize with the concepts mentioned in this page you can try our tutorials for disaster recovery:
+
+- [Disaster recovery for Consul clusters](/consul/tutorials/operate-consul/recovery-outage).
+- [Disaster Recovery for Consul on Kubernetes](/consul/tutorials/production-kubernetes/kubernetes-disaster-recovery).
\ No newline at end of file
diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json
index 04d1e1db9ad1..61420753c23f 100644
--- a/website/data/docs-nav-data.json
+++ b/website/data/docs-nav-data.json
@@ -907,8 +907,21 @@
"path": "manage/disaster-recovery/backup-restore"
},
{
- "title": "Restore federated datacenters",
- "path": "manage/disaster-recovery/federation"
+ "title": "Disaster preparation strategy",
+ "path": "manage/disaster-recovery/prepare"
+ },
+ {
+ "title": "Restore federated clusters",
+ "routes": [
+ {
+ "title": "Restore primary datacenter",
+ "path": "manage/disaster-recovery/restore/primary"
+ },
+ {
+ "title": "Restore secondary datacenters",
+ "path": "manage/disaster-recovery/restore/secondary"
+ }
+ ]
},
{
"title": "Reset ACL system",
diff --git a/website/redirects.js b/website/redirects.js
index 77194ca56f18..a10e01f26116 100644
--- a/website/redirects.js
+++ b/website/redirects.js
@@ -29,12 +29,12 @@ module.exports = [
},
{
source: "/consul/docs/connect/intentions#intention-management-permissions",
- destination: `/consul/docs/connect/intentions/create-manage-intentions#acl-requirements`,
+ destination: "/consul/docs/connect/intentions/create-manage-intentions#acl-requirements",
permanent: true,
},
{
source: "/consul/docs/connect/intentions#intention-basics",
- destination: `/consul/docs/connect/intentions`,
+ destination: "/consul/docs/connect/intentions",
permanent: true,
},
{
@@ -139,7 +139,8 @@ module.exports = [
},
{
source: "/consul/docs/connect/gateways/api-gateway/usage",
- destination: "/consul/docs/connect/gateways/api-gateway/deploy/listeners-vms",
+ destination:
+ "/consul/docs/connect/gateways/api-gateway/deploy/listeners-vms",
permanent: true,
},
{
@@ -154,12 +155,14 @@ module.exports = [
},
{
source: "/consul/docs/api-gateway/usage/reroute-http-requests",
- destination: "/consul/docs/connect/gateways/api-gateway/define-routes/reroute-http-requests",
+ destination:
+ "/consul/docs/connect/gateways/api-gateway/define-routes/reroute-http-requests",
permanent: true,
},
{
source: "/consul/docs/api-gateway/usage/route-to-peered-services",
- destination: "/consul/docs/connect/gateways/api-gateway/define-routes/route-to-peered-services",
+ destination:
+ "/consul/docs/connect/gateways/api-gateway/define-routes/route-to-peered-services",
permanent: true,
},
{
@@ -169,7 +172,8 @@ module.exports = [
},
{
source: "/consul/docs/api-gateway/usage/usage",
- destination: "/consul/docs/connect/gateways/api-gateway/deploy/listeners-k8s",
+ destination:
+ "/consul/docs/connect/gateways/api-gateway/deploy/listeners-k8s",
permanent: true,
},
{
@@ -184,7 +188,8 @@ module.exports = [
},
{
source: "/consul/docs/api-gateway/configuration/:slug*",
- destination: "/consul/docs/connect/gateways/api-gateway/configuration/:slug*",
+ destination:
+ "/consul/docs/connect/gateways/api-gateway/configuration/:slug*",
permanent: true,
},
{
@@ -213,7 +218,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/:version(v1.(?:8|9|10|11|12|13|14|15|16|17).x)/architecture/catalog/:slug*",
+ source:
+ "/consul/docs/:version(v1.(?:8|9|10|11|12|13|14|15|16|17).x)/architecture/catalog/:slug*",
destination: "/consul/docs/:version/architecture/catalog/v1/:slug*",
permanent: true,
},
@@ -223,7 +229,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/:version(v1.(?:8|9|10|11|12|13|14|15|16|17).x)/nia/network-drivers/hcp-terraform",
+ source:
+ "/consul/docs/:version(v1.(?:8|9|10|11|12|13|14|15|16|17).x)/nia/network-drivers/hcp-terraform",
destination: "/consul/docs/:version/nia/network-drivers/terraform-cloud",
permanent: true,
},
@@ -248,7 +255,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/:version(v1.(?:11|12|13|14|15|16|17|18).x)/k8s/dns/enable",
+ source:
+ "/consul/docs/:version(v1.(?:11|12|13|14|15|16|17|18).x)/k8s/dns/enable",
destination: "/consul/docs/:version/k8s/dns",
permanent: true,
},
@@ -445,7 +453,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/connect/cluster-peering/usage/establish-cluster-peering",
+ source:
+ "/consul/docs/connect/cluster-peering/usage/establish-cluster-peering",
destination: "/consul/docs/east-west/cluster-peering/establish/vm",
permanent: true,
},
@@ -455,7 +464,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/connect/cluster-peering/usage/peering-traffic-management",
+ source:
+ "/consul/docs/connect/cluster-peering/usage/peering-traffic-management",
destination: "/consul/docs/manage-traffic/cluster-peering/vm",
permanent: true,
},
@@ -471,7 +481,8 @@ module.exports = [
},
{
source: "/consul/docs/connect/config-entries/control-plane-request-limit",
- destination: "/consul/docs/reference/config-entry/control-plane-request-limit",
+ destination:
+ "/consul/docs/reference/config-entry/control-plane-request-limit",
permanent: true,
},
{
@@ -615,32 +626,38 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/configuration/gatewayclass",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/configuration/gatewayclass",
destination: "/consul/docs/reference/k8s/api-gateway/gatewayclass",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/configuration/gatewayclassconfig",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/configuration/gatewayclassconfig",
destination: "/consul/docs/reference/k8s/api-gateway/gatewayclassconfig",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/configuration/gatewaypolicy",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/configuration/gatewaypolicy",
destination: "/consul/docs/reference/k8s/api-gateway/gatewaypolicy",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/configuration/meshservice",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/configuration/meshservice",
destination: "/consul/docs/reference/k8s/api-gateway/meshservice",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/configuration/routeauthfilter",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/configuration/routeauthfilter",
destination: "/consul/docs/reference/k8s/api-gateway/routeauthfilter",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/configuration/routeretryfilter",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/configuration/routeretryfilter",
destination: "/consul/docs/reference/k8s/api-gateway/routeretryfilter",
permanent: true,
},
@@ -650,27 +667,32 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter",
destination: "/consul/docs/reference/k8s/api-gateway/routetimeoutfilter",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/define-routes/reroute-http-requests",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/define-routes/reroute-http-requests",
destination: "/consul/docs/north-south/api-gateway/k8s/reroute",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/define-routes/route-to-peered-services",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/define-routes/route-to-peered-services",
destination: "/consul/docs/north-south/api-gateway/k8s/peer",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/define-routes/routes-k8s",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/define-routes/routes-k8s",
destination: "/consul/docs/north-south/api-gateway/k8s/route",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/define-routes/routes-vms",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/define-routes/routes-vms",
destination: "/consul/docs/north-south/api-gateway/vm/route",
permanent: true,
},
@@ -701,12 +723,14 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/secure-traffic/verify-jwts-k8s",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/secure-traffic/verify-jwts-k8s",
destination: "/consul/docs/north-south/api-gateway/secure-traffic/jwt/k8s",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/api-gateway/secure-traffic/verify-jwts-vms",
+ source:
+ "/consul/docs/connect/gateways/api-gateway/secure-traffic/verify-jwts-vms",
destination: "/consul/docs/north-south/api-gateway/secure-traffic/jwt/vm",
permanent: true,
},
@@ -742,22 +766,26 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/mesh-gateway/peering-via-mesh-gateways",
+ source:
+ "/consul/docs/connect/gateways/mesh-gateway/peering-via-mesh-gateways",
destination: "/consul/docs/east-west/mesh-gateway/cluster-peer",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/mesh-gateway/service-to-service-traffic-partitions",
+ source:
+ "/consul/docs/connect/gateways/mesh-gateway/service-to-service-traffic-partitions",
destination: "/consul/docs/east-west/mesh-gateway/admin-partition",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/mesh-gateway/service-to-service-traffic-wan-datacenters",
+ source:
+ "/consul/docs/connect/gateways/mesh-gateway/service-to-service-traffic-wan-datacenters",
destination: "/consul/docs/east-west/mesh-gateway/federation",
permanent: true,
},
{
- source: "/consul/docs/connect/gateways/mesh-gateway/wan-federation-via-mesh-gateways",
+ source:
+ "/consul/docs/connect/gateways/mesh-gateway/wan-federation-via-mesh-gateways",
destination: "/consul/docs/east-west/mesh-gateway/enable",
permanent: true,
},
@@ -848,27 +876,32 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/connect/observability/grafanadashboards/consuldataplanedashboard",
+ source:
+ "/consul/docs/connect/observability/grafanadashboards/consuldataplanedashboard",
destination: "/consul/docs/observe/grafana/dataplane",
permanent: true,
},
{
- source: "/consul/docs/connect/observability/grafanadashboards/consulk8sdashboard",
+ source:
+ "/consul/docs/connect/observability/grafanadashboards/consulk8sdashboard",
destination: "/consul/docs/observe/grafana/consul-k8s",
permanent: true,
},
{
- source: "/consul/docs/connect/observability/grafanadashboards/consulserverdashboard",
+ source:
+ "/consul/docs/connect/observability/grafanadashboards/consulserverdashboard",
destination: "/consul/docs/observe/grafana/server",
permanent: true,
},
{
- source: "/consul/docs/connect/observability/grafanadashboards/service-to-servicedashboard",
+ source:
+ "/consul/docs/connect/observability/grafanadashboards/service-to-servicedashboard",
destination: "/consul/docs/observe/grafana/service-to-service",
permanent: true,
},
{
- source: "/consul/docs/connect/observability/grafanadashboards/servicedashboard",
+ source:
+ "/consul/docs/connect/observability/grafanadashboards/servicedashboard",
destination: "/consul/docs/observe/grafana/service",
permanent: true,
},
@@ -913,17 +946,20 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/connect/proxies/envoy-extensions/configuration/ext-authz",
+ source:
+ "/consul/docs/connect/proxies/envoy-extensions/configuration/ext-authz",
destination: "/consul/docs/reference/proxy/extensions/ext-authz",
permanent: true,
},
{
- source: "/consul/docs/connect/proxies/envoy-extensions/configuration/otel-access-logging",
+ source:
+ "/consul/docs/connect/proxies/envoy-extensions/configuration/otel-access-logging",
destination: "/consul/docs/reference/proxy/extensions/otel",
permanent: true,
},
{
- source: "/consul/docs/connect/proxies/envoy-extensions/configuration/property-override",
+ source:
+ "/consul/docs/connect/proxies/envoy-extensions/configuration/property-override",
destination: "/consul/docs/reference/proxy/extensions/property-override",
permanent: true,
},
@@ -933,7 +969,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/connect/proxies/envoy-extensions/usage/apigee-ext-authz",
+ source:
+ "/consul/docs/connect/proxies/envoy-extensions/usage/apigee-ext-authz",
destination: "/consul/docs/envoy-extension/apigee",
permanent: true,
},
@@ -953,12 +990,14 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/connect/proxies/envoy-extensions/usage/otel-access-logging",
+ source:
+ "/consul/docs/connect/proxies/envoy-extensions/usage/otel-access-logging",
destination: "/consul/docs/envoy-extension/otel-access-logging",
permanent: true,
},
{
- source: "/consul/docs/connect/proxies/envoy-extensions/usage/property-override",
+ source:
+ "/consul/docs/connect/proxies/envoy-extensions/usage/property-override",
destination: "/consul/docs/envoy-extension/property-override",
permanent: true,
},
@@ -1150,7 +1189,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/enterprise/network-segments/network-segments-overview",
+ source:
+ "/consul/docs/enterprise/network-segments/network-segments-overview",
destination: "/consul/docs/multi-tenant/network-segment",
permanent: true,
},
@@ -1260,7 +1300,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/k8s/connect/cluster-peering/usage/create-sameness-groups",
+ source:
+ "/consul/docs/k8s/connect/cluster-peering/usage/create-sameness-groups",
destination: "/consul/docs/multi-tenant/sameness-group/k8s",
permanent: true,
},
@@ -1320,7 +1361,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/k8s/connect/transparent-proxy/enable-transparent-proxy",
+ source:
+ "/consul/docs/k8s/connect/transparent-proxy/enable-transparent-proxy",
destination: "/consul/docs/connect/proxy/transparent-proxy/k8s",
permanent: true,
},
@@ -1335,12 +1377,14 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/argo-rollouts-configuration",
+ source:
+ "/consul/docs/k8s/deployment-configurations/argo-rollouts-configuration",
destination: "/consul/docs/manage-traffic/progressive-rollouts/argo",
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/clients-outside-kubernetes",
+ source:
+ "/consul/docs/k8s/deployment-configurations/clients-outside-kubernetes",
destination: "/consul/docs/register/service/k8s/external",
permanent: true,
},
@@ -1365,17 +1409,20 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/multi-cluster/kubernetes",
+ source:
+ "/consul/docs/k8s/deployment-configurations/multi-cluster/kubernetes",
destination: "/consul/docs/east-west/wan-federation/k8s",
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/multi-cluster/vms-and-kubernetes",
+ source:
+ "/consul/docs/k8s/deployment-configurations/multi-cluster/vms-and-kubernetes",
destination: "/consul/docs/east-west/wan-federation/k8s-vm",
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/servers-outside-kubernetes",
+ source:
+ "/consul/docs/k8s/deployment-configurations/servers-outside-kubernetes",
destination: "/consul/docs/deploy/server/k8s/external",
permanent: true,
},
@@ -1395,7 +1442,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/vault/data-integration/bootstrap-token",
+ source:
+ "/consul/docs/k8s/deployment-configurations/vault/data-integration/bootstrap-token",
destination: "/consul/docs/deploy/server/k8s/vault/data/bootstrap-token",
permanent: true,
},
@@ -1406,37 +1454,45 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/vault/data-integration/gossip",
+ source:
+ "/consul/docs/k8s/deployment-configurations/vault/data-integration/gossip",
destination: "/consul/docs/deploy/server/k8s/vault/data/gossip-key",
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/vault/data-integration/partition-token",
+ source:
+ "/consul/docs/k8s/deployment-configurations/vault/data-integration/partition-token",
destination: "/consul/docs/deploy/server/k8s/vault/data/partition-token",
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/vault/data-integration/replication-token",
+ source:
+ "/consul/docs/k8s/deployment-configurations/vault/data-integration/replication-token",
destination: "/consul/docs/deploy/server/k8s/vault/data/replication-token",
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/vault/data-integration/server-tls",
+ source:
+ "/consul/docs/k8s/deployment-configurations/vault/data-integration/server-tls",
destination: "/consul/docs/deploy/server/k8s/vault/data/tls-certificate",
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/vault/data-integration/snapshot-agent-config",
+ source:
+ "/consul/docs/k8s/deployment-configurations/vault/data-integration/snapshot-agent-config",
destination: "/consul/docs/deploy/server/k8s/vault/data/snapshot-agent",
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/vault/data-integration/webhook-certs",
- destination: "/consul/docs/deploy/server/k8s/vault/data/webhook-certificate",
+ source:
+ "/consul/docs/k8s/deployment-configurations/vault/data-integration/webhook-certs",
+ destination:
+ "/consul/docs/deploy/server/k8s/vault/data/webhook-certificate",
permanent: true,
},
{
- source: "/consul/docs/k8s/deployment-configurations/vault/systems-integration",
+ source:
+ "/consul/docs/k8s/deployment-configurations/vault/systems-integration",
destination: "/consul/docs/deploy/server/k8s/vault/backend",
permanent: true,
},
@@ -1642,12 +1698,14 @@ module.exports = [
},
{
source: "/consul/docs/nia/network-drivers/hcp-terraform",
- destination: "/consul/docs/automate/infrastructure/network-driver/hcp-terraform",
+ destination:
+ "/consul/docs/automate/infrastructure/network-driver/hcp-terraform",
permanent: true,
},
{
source: "/consul/docs/nia/network-drivers/terraform",
- destination: "/consul/docs/automate/infrastructure/network-driver/terraform",
+ destination:
+ "/consul/docs/automate/infrastructure/network-driver/terraform",
permanent: true,
},
{
@@ -1752,12 +1810,14 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/security/acl/tokens/create/create-a-mesh-gateway-token",
+ source:
+ "/consul/docs/security/acl/tokens/create/create-a-mesh-gateway-token",
destination: "/consul/docs/secure/acl/token/mesh-gateway",
permanent: true,
},
{
- source: "/consul/docs/security/acl/tokens/create/create-a-replication-token",
+ source:
+ "/consul/docs/security/acl/tokens/create/create-a-replication-token",
destination: "/consul/docs/secure/acl/token/replication",
permanent: true,
},
@@ -1767,17 +1827,20 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/security/acl/tokens/create/create-a-snapshot-agent-token",
+ source:
+ "/consul/docs/security/acl/tokens/create/create-a-snapshot-agent-token",
destination: "/consul/docs/secure/acl/token/snapshot-agent",
permanent: true,
},
{
- source: "/consul/docs/security/acl/tokens/create/create-a-terminating-gateway-token",
+ source:
+ "/consul/docs/security/acl/tokens/create/create-a-terminating-gateway-token",
destination: "/consul/docs/secure/acl/token/terminating-gateway",
permanent: true,
},
{
- source: "/consul/docs/security/acl/tokens/create/create-a-token-for-vault-consul-storage",
+ source:
+ "/consul/docs/security/acl/tokens/create/create-a-token-for-vault-consul-storage",
destination: "/consul/docs/secure/acl/token/vault-backend",
permanent: true,
},
@@ -1792,7 +1855,8 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/security/acl/tokens/create/create-an-ingress-gateway-token",
+ source:
+ "/consul/docs/security/acl/tokens/create/create-an-ingress-gateway-token",
destination: "/consul/docs/secure/acl/token/ingress-gateway",
permanent: true,
},
@@ -1827,17 +1891,20 @@ module.exports = [
permanent: true,
},
{
- source: "/consul/docs/services/configuration/checks-configuration-reference",
+ source:
+ "/consul/docs/services/configuration/checks-configuration-reference",
destination: "/consul/docs/reference/service/health-check",
permanent: true,
},
{
- source: "/consul/docs/services/configuration/services-configuration-overview",
+ source:
+ "/consul/docs/services/configuration/services-configuration-overview",
destination: "/consul/docs/fundamentals/service",
permanent: true,
},
{
- source: "/consul/docs/services/configuration/services-configuration-reference",
+ source:
+ "/consul/docs/services/configuration/services-configuration-reference",
destination: "/consul/docs/reference/service",
permanent: true,
},
@@ -1956,2396 +2023,3001 @@ module.exports = [
// Versioned docs compatibility //
///////////////////////////////////
{
- source: "/consul/docs/:version(v1\\.(?:11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/agent",
+ source:
+ "/consul/docs/:version(v1\\.(?:11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/agent",
destination: "/consul/docs/:version/agent",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/config-entry",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/config-entry",
destination: "/consul/docs/:version/agent/config-entries",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/commands/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/agent",
+ source:
+ "/consul/commands/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/agent",
destination: "/consul/docs/:version/agent/config/cli-flags",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/agent/configuration-file",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/agent/configuration-file",
destination: "/consul/docs/:version/agent/config/config-files",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/rate-limit",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/rate-limit",
destination: "/consul/docs/:version/agent/limits",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/rate-limit/initialize",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/rate-limit/initialize",
destination: "/consul/docs/:version/agent/limits/usage/init-rate-limits",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/rate-limit/source",
- destination: "/consul/docs/:version/agent/limits/usage/limit-request-rates-from-ips",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/rate-limit/source",
+ destination:
+ "/consul/docs/:version/agent/limits/usage/limit-request-rates-from-ips",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/rate-limit/monitor",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/rate-limit/monitor",
destination: "/consul/docs/:version/agent/limits/usage/monitor-rate-limits",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/rate-limit/global",
- destination: "/consul/docs/:version/agent/limits/usage/set-global-traffic-rate-limits",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/rate-limit/global",
+ destination:
+ "/consul/docs/:version/agent/limits/usage/set-global-traffic-rate-limits",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/alerts",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/alerts",
destination: "/consul/docs/:version/agent/monitor/alerts",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor",
destination: "/consul/docs/:version/agent/monitor/components",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/telemetry/agent",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/telemetry/agent",
destination: "/consul/docs/:version/agent/monitor/telemetry",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/sentinel",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/sentinel",
destination: "/consul/docs/:version/agent/sentinel",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/wal",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/wal",
destination: "/consul/docs/:version/agent/wal-logstore",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/wal",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/wal",
destination: "/consul/docs/:version/agent/wal-logstore/enable",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/wal/monitor-raft",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/wal/monitor-raft",
destination: "/consul/docs/:version/agent/wal-logstore/monitoring",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/wal/revert-boltdb",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/wal/revert-boltdb",
destination: "/consul/docs/:version/agent/wal-logstore/revert-to-boltdb",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/control-plane",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/control-plane",
destination: "/consul/docs/:version/architecture",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/consistency",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/consistency",
destination: "/consul/docs/:version/architecture/anti-entropy",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/architecture/capacity",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/architecture/capacity",
destination: "/consul/docs/:version/architecture/capacity-planning",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/catalog",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/catalog",
destination: "/consul/docs/:version/architecture/catalog",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/consensus",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/consensus",
destination: "/consul/docs/:version/architecture/consensus",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/gossip",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/gossip",
destination: "/consul/docs/:version/architecture/gossip",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/reliability",
- destination: "/consul/docs/:version/architecture/improving-consul-resilience",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/reliability",
+ destination:
+ "/consul/docs/:version/architecture/improving-consul-resilience",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/consistency",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/concept/consistency",
destination: "/consul/docs/:version/architecture/jepsen",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/scale",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/scale",
destination: "/consul/docs/:version/architecture/scale",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/service-discovery",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/service-discovery",
destination: "/consul/docs/:version/concepts/service-discovery",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/service-mesh",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/service-mesh",
destination: "/consul/docs/:version/concepts/service-mesh",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate",
destination: "/consul/docs/:version/connect/ca",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/acm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/acm",
destination: "/consul/docs/:version/connect/ca/aws",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/built-in",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/built-in",
destination: "/consul/docs/:version/connect/ca/consul",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/vault",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/vault",
destination: "/consul/docs/:version/connect/ca/vault",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering",
destination: "/consul/docs/:version/connect/cluster-peering",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/tech-specs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/tech-specs",
destination: "/consul/docs/:version/connect/cluster-peering/tech-specs",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/sameness-group/vm",
- destination: "/consul/docs/:version/connect/cluster-peering/usage/create-sameness-groups",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/sameness-group/vm",
+ destination:
+ "/consul/docs/:version/connect/cluster-peering/usage/create-sameness-groups",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/establish/vm",
- destination: "/consul/docs/:version/connect/cluster-peering/usage/establish-cluster-peering",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/establish/vm",
+ destination:
+ "/consul/docs/:version/connect/cluster-peering/usage/establish-cluster-peering",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/manage/vm",
- destination: "/consul/docs/:version/connect/cluster-peering/usage/manage-connections",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/manage/vm",
+ destination:
+ "/consul/docs/:version/connect/cluster-peering/usage/manage-connections",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/cluster-peering/vm",
- destination: "/consul/docs/:version/connect/cluster-peering/usage/peering-traffic-management",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/cluster-peering/vm",
+ destination:
+ "/consul/docs/:version/connect/cluster-peering/usage/peering-traffic-management",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/config-entry",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/config-entry",
destination: "/consul/docs/:version/connect/config-entries",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/api-gateway",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/api-gateway",
destination: "/consul/docs/:version/connect/config-entries/api-gateway",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/control-plane-request-limit",
- destination: "/consul/docs/:version/connect/config-entries/control-plane-request-limit",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/control-plane-request-limit",
+ destination:
+ "/consul/docs/:version/connect/config-entries/control-plane-request-limit",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/exported-services",
- destination: "/consul/docs/:version/connect/config-entries/exported-services",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/exported-services",
+ destination:
+ "/consul/docs/:version/connect/config-entries/exported-services",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/file-system-certificate",
- destination: "/consul/docs/:version/connect/config-entries/file-system-certificate",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/file-system-certificate",
+ destination:
+ "/consul/docs/:version/connect/config-entries/file-system-certificate",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/http-route",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/http-route",
destination: "/consul/docs/:version/connect/config-entries/http-route",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/ingress-gateway",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/ingress-gateway",
destination: "/consul/docs/:version/connect/config-entries/ingress-gateway",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/inline-certificate",
- destination: "/consul/docs/:version/connect/config-entries/inline-certificate",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/inline-certificate",
+ destination:
+ "/consul/docs/:version/connect/config-entries/inline-certificate",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/jwt-provider",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/jwt-provider",
destination: "/consul/docs/:version/connect/config-entries/jwt-provider",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/mesh",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/mesh",
destination: "/consul/docs/:version/connect/config-entries/mesh",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/proxy-defaults",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/proxy-defaults",
destination: "/consul/docs/:version/connect/config-entries/proxy-defaults",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/registration",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/registration",
destination: "/consul/docs/:version/connect/config-entries/registration",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/sameness-group",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/sameness-group",
destination: "/consul/docs/:version/connect/config-entries/sameness-group",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/service-defaults",
- destination: "/consul/docs/:version/connect/config-entries/service-defaults",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/service-defaults",
+ destination:
+ "/consul/docs/:version/connect/config-entries/service-defaults",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/service-intentions",
- destination: "/consul/docs/:version/connect/config-entries/service-intentions",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/service-intentions",
+ destination:
+ "/consul/docs/:version/connect/config-entries/service-intentions",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/service-resolver",
- destination: "/consul/docs/:version/connect/config-entries/service-resolver",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/service-resolver",
+ destination:
+ "/consul/docs/:version/connect/config-entries/service-resolver",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/service-router",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/service-router",
destination: "/consul/docs/:version/connect/config-entries/service-router",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/service-splitter",
- destination: "/consul/docs/:version/connect/config-entries/service-splitter",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/service-splitter",
+ destination:
+ "/consul/docs/:version/connect/config-entries/service-splitter",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/tcp-route",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/tcp-route",
destination: "/consul/docs/:version/connect/config-entries/tcp-route",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/terminating-gateway",
- destination: "/consul/docs/:version/connect/config-entries/terminating-gateway",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/config-entry/terminating-gateway",
+ destination:
+ "/consul/docs/:version/connect/config-entries/terminating-gateway",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/data-plane/connect",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/data-plane/connect",
destination: "/consul/docs/:version/connect/connect-internals",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/data-plane/gateway",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/data-plane/gateway",
destination: "/consul/docs/:version/connect/connectivity-tasks",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/control-plane/dataplane",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/control-plane/dataplane",
destination: "/consul/docs/:version/connect/dataplane",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/dataplane/cli",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/dataplane/cli",
destination: "/consul/docs/:version/connect/dataplane/consul-dataplane",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/dataplane/telemetry",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/dataplane/telemetry",
destination: "/consul/docs/:version/connect/dataplane/telemetry",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/troubleshoot/mesh",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/troubleshoot/mesh",
destination: "/consul/docs/:version/connect/dev",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/distributed-tracing",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/distributed-tracing",
destination: "/consul/docs/:version/connect/distributed-tracing",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/data-plane/gateway",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/data-plane/gateway",
destination: "/consul/docs/:version/connect/gateways",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south",
destination: "/consul/docs/:version/connect/gateways/api-gateway",
- permanent: true
- },
- {
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/configuration",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/gateway",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/configuration/gateway",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/configuration",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/gatewayclass",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/configuration/gatewayclass",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/gateway",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/configuration/gateway",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/gatewayclassconfig",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/configuration/gatewayclassconfig",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/gatewayclass",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/configuration/gatewayclass",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/gatewaypolicy",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/configuration/gatewaypolicy",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/gatewayclassconfig",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/configuration/gatewayclassconfig",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/meshservice",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/configuration/meshservice",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/gatewaypolicy",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/configuration/gatewaypolicy",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/routeauthfilter",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/configuration/routeauthfilter",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/meshservice",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/configuration/meshservice",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/routeretryfilter",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/configuration/routeretryfilter",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/routeauthfilter",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/configuration/routeauthfilter",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/routes",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/configuration/routes",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/routeretryfilter",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/configuration/routeretryfilter",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/routetimeoutfilter",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/configuration/routetimeoutfilter",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/routes",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/configuration/routes",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/reroute",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/define-routes/reroute-http-requests",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/api-gateway/routetimeoutfilter",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/configuration/routetimeoutfilter",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/peer",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/define-routes/route-to-peered-services",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/reroute",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/define-routes/reroute-http-requests",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/route",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/define-routes/routes-k8s",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/peer",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/define-routes/route-to-peered-services",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/vm/route",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/define-routes/routes-vms",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/route",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/define-routes/routes-k8s",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/listener",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/deploy/listeners-k8s",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/vm/route",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/define-routes/routes-vms",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/vm/listener",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/deploy/listeners-vms",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/listener",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/deploy/listeners-k8s",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/error-messages/api-gateway",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/vm/listener",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/deploy/listeners-vms",
+ permanent: true,
+ },
+ {
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/error-messages/api-gateway",
destination: "/consul/docs/:version/connect/gateways/api-gateway/errors",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/enable",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/install-k8s",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/enable",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/install-k8s",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/secure-traffic/encrypt",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/secure-traffic/encrypt-vms",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/secure-traffic/encrypt",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/secure-traffic/encrypt-vms",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/secure-traffic/jwt/k8s",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/secure-traffic/verify-jwts-k8s",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/secure-traffic/jwt/k8s",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/secure-traffic/verify-jwts-k8s",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/secure-traffic/jwt/vm",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/secure-traffic/verify-jwts-vms",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/secure-traffic/jwt/vm",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/secure-traffic/verify-jwts-vms",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/tech-specs",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/tech-specs",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/api-gateway/k8s/tech-specs",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/tech-specs",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/api-gateway",
- destination: "/consul/docs/:version/connect/gateways/api-gateway/upgrades-k8s",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/api-gateway",
+ destination:
+ "/consul/docs/:version/connect/gateways/api-gateway/upgrades-k8s",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/ingress-gateway",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/ingress-gateway",
destination: "/consul/docs/:version/connect/gateways/ingress-gateway",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/ingress-gateway/external",
- destination: "/consul/docs/:version/connect/gateways/ingress-gateway/tls-external-service",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/ingress-gateway/external",
+ destination:
+ "/consul/docs/:version/connect/gateways/ingress-gateway/tls-external-service",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/ingress-gateway/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/ingress-gateway/vm",
destination: "/consul/docs/:version/connect/gateways/ingress-gateway/usage",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/mesh-gateway",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/mesh-gateway",
destination: "/consul/docs/:version/connect/gateways/mesh-gateway",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/mesh-gateway/cluster-peer",
- destination: "/consul/docs/:version/connect/gateways/mesh-gateway/peering-via-mesh-gateways",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/mesh-gateway/cluster-peer",
+ destination:
+ "/consul/docs/:version/connect/gateways/mesh-gateway/peering-via-mesh-gateways",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/mesh-gateway/admin-partition",
- destination: "/consul/docs/:version/connect/gateways/mesh-gateway/service-to-service-traffic-partitions",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/mesh-gateway/admin-partition",
+ destination:
+ "/consul/docs/:version/connect/gateways/mesh-gateway/service-to-service-traffic-partitions",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/mesh-gateway/federation",
- destination: "/consul/docs/:version/connect/gateways/mesh-gateway/service-to-service-traffic-wan-datacenters",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/mesh-gateway/federation",
+ destination:
+ "/consul/docs/:version/connect/gateways/mesh-gateway/service-to-service-traffic-wan-datacenters",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/mesh-gateway/enable",
- destination: "/consul/docs/:version/connect/gateways/mesh-gateway/wan-federation-via-mesh-gateways",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/mesh-gateway/enable",
+ destination:
+ "/consul/docs/:version/connect/gateways/mesh-gateway/wan-federation-via-mesh-gateways",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/terminating-gateway",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/terminating-gateway",
destination: "/consul/docs/:version/connect/gateways/terminating-gateway",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/intention",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/intention",
destination: "/consul/docs/:version/connect/intentions",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/intention/create",
- destination: "/consul/docs/:version/connect/intentions/create-manage-intentions",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/intention/create",
+ destination:
+ "/consul/docs/:version/connect/intentions/create-manage-intentions",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/intention/jwt",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/intention/jwt",
destination: "/consul/docs/:version/connect/intentions/jwt-authorization",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/intention",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/intention",
destination: "/consul/docs/:version/connect/intentions/legacy",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic",
destination: "/consul/docs/:version/connect/manage-traffic",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/discovery-chain",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/discovery-chain",
destination: "/consul/docs/:version/connect/manage-traffic/discovery-chain",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/failover",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/failover",
destination: "/consul/docs/:version/connect/manage-traffic/failover",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/failover/sameness-group",
- destination: "/consul/docs/:version/connect/manage-traffic/failover/sameness",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/failover/sameness-group",
+ destination:
+ "/consul/docs/:version/connect/manage-traffic/failover/sameness",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/troubleshoot/fault-injection",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/troubleshoot/fault-injection",
destination: "/consul/docs/:version/connect/manage-traffic/fault-injection",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/rate-limit",
- destination: "/consul/docs/:version/connect/manage-traffic/limit-request-rates",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/rate-limit",
+ destination:
+ "/consul/docs/:version/connect/manage-traffic/limit-request-rates",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/route-local",
- destination: "/consul/docs/:version/connect/manage-traffic/route-to-local-upstreams",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/route-local",
+ destination:
+ "/consul/docs/:version/connect/manage-traffic/route-to-local-upstreams",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/native",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/native",
destination: "/consul/docs/:version/connect/native",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/native/go",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/native/go",
destination: "/consul/docs/:version/connect/native/go",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/tech-specs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/tech-specs",
destination: "/consul/docs/:version/connect/observability",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/access-log",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/access-log",
destination: "/consul/docs/:version/connect/observability/access-logs",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana",
- destination: "/consul/docs/:version/connect/observability/grafanadashboards",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana",
+ destination:
+ "/consul/docs/:version/connect/observability/grafanadashboards",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/dataplane",
- destination: "/consul/docs/:version/connect/observability/grafanadashboards/consuldataplanedashboard",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/dataplane",
+ destination:
+ "/consul/docs/:version/connect/observability/grafanadashboards/consuldataplanedashboard",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/consul-k8s",
- destination: "/consul/docs/:version/connect/observability/grafanadashboards/consulk8sdashboard",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/consul-k8s",
+ destination:
+ "/consul/docs/:version/connect/observability/grafanadashboards/consulk8sdashboard",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/server",
- destination: "/consul/docs/:version/connect/observability/grafanadashboards/consulserverdashboard",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/server",
+ destination:
+ "/consul/docs/:version/connect/observability/grafanadashboards/consulserverdashboard",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/service-to-service",
- destination: "/consul/docs/:version/connect/observability/grafanadashboards/service-to-servicedashboard",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/service-to-service",
+ destination:
+ "/consul/docs/:version/connect/observability/grafanadashboards/service-to-servicedashboard",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/service",
- destination: "/consul/docs/:version/connect/observability/grafanadashboards/servicedashboard",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/service",
+ destination:
+ "/consul/docs/:version/connect/observability/grafanadashboards/servicedashboard",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/service-to-service",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/grafana/service-to-service",
destination: "/consul/docs/:version/connect/observability/service",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/telemetry/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/telemetry/vm",
destination: "/consul/docs/:version/connect/observability/ui-visualization",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy",
destination: "/consul/docs/:version/connect/proxies",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/built-in",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/built-in",
destination: "/consul/docs/:version/connect/proxies/built-in",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/mesh",
- destination: "/consul/docs/:version/connect/proxies/deploy-service-mesh-proxies",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/mesh",
+ destination:
+ "/consul/docs/:version/connect/proxies/deploy-service-mesh-proxies",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/sidecar",
- destination: "/consul/docs/:version/connect/proxies/deploy-sidecar-services",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/sidecar",
+ destination:
+ "/consul/docs/:version/connect/proxies/deploy-sidecar-services",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/envoy",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/envoy",
destination: "/consul/docs/:version/connect/proxies/envoy",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension",
destination: "/consul/docs/:version/connect/proxies/envoy-extensions",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/extensions/ext-authz",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/configuration/ext-authz",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/extensions/ext-authz",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/configuration/ext-authz",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/extensions/otel",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/configuration/otel-access-logging",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/extensions/otel",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/configuration/otel-access-logging",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/extensions/property-override",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/configuration/property-override",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/extensions/property-override",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/configuration/property-override",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/extensions/wasm",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/configuration/wasm",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/extensions/wasm",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/configuration/wasm",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/apigee-external-authz",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/usage/apigee-ext-authz",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/apigee-external-authz",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/usage/apigee-ext-authz",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/external-authz",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/usage/ext-authz",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/external-authz",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/usage/ext-authz",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/lambda",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/usage/lambda",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/lambda",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/usage/lambda",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/lua",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/usage/lua",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/lua",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/usage/lua",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/otel-access-logging",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/usage/otel-access-logging",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/otel-access-logging",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/usage/otel-access-logging",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/property-override",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/usage/property-override",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/property-override",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/usage/property-override",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/wasm",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/usage/wasm",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/wasm",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/usage/wasm",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/custom",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/custom",
destination: "/consul/docs/:version/connect/proxies/integrate",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/connect-proxy",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/connect-proxy",
destination: "/consul/docs/:version/connect/proxies/proxy-config-reference",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/best-practice",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/best-practice",
destination: "/consul/docs/:version/connect/security",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case",
destination: "/consul/docs/:version/consul-vs-other",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/api-gateway",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/api-gateway",
destination: "/consul/docs/:version/consul-vs-other/api-gateway-compare",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/config-management",
- destination: "/consul/docs/:version/consul-vs-other/config-management-compare",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/config-management",
+ destination:
+ "/consul/docs/:version/consul-vs-other/config-management-compare",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/dns",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/dns",
destination: "/consul/docs/:version/consul-vs-other/dns-tools-compare",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/service-mesh",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/use-case/service-mesh",
destination: "/consul/docs/:version/consul-vs-other/service-mesh-compare",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/kv",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/kv",
destination: "/consul/docs/:version/dynamic-app-config/kv",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/kv/store",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/kv/store",
destination: "/consul/docs/:version/dynamic-app-config/kv/store",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/session",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/session",
destination: "/consul/docs/:version/dynamic-app-config/sessions",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/application-leader-election",
- destination: "/consul/docs/:version/dynamic-app-config/sessions/application-leader-election",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/application-leader-election",
+ destination:
+ "/consul/docs/:version/dynamic-app-config/sessions/application-leader-election",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/watch",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/watch",
destination: "/consul/docs/:version/dynamic-app-config/watches",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/architecture/ecs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/architecture/ecs",
destination: "/consul/docs/:version/ecs/architecture",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs/task-bind-address",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs/task-bind-address",
destination: "/consul/docs/:version/ecs/deploy/bind-addresses",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/ecs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/ecs",
destination: "/consul/docs/:version/ecs/deploy/configure-routes",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs/manual",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs/manual",
destination: "/consul/docs/:version/ecs/deploy/manual",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs/migrate",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs/migrate",
destination: "/consul/docs/:version/ecs/deploy/migrate-existing-tasks",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs/",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs/",
destination: "/consul/docs/:version/ecs/deploy/terraform",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/ecs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/ecs",
destination: "/consul/docs/:version/ecs/enterprise",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/ecs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/ecs",
destination: "/consul/docs/:version/ecs/reference/compatibility",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/ecs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/ecs",
destination: "/consul/docs/:version/ecs/reference/configuration-reference",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/ecs/server-json",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/ecs/server-json",
destination: "/consul/docs/:version/ecs/reference/consul-server-json",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/ecs/tech-specs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/ecs/tech-specs",
destination: "/consul/docs/:version/ecs/tech-specs",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/ecs/dataplane",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/ecs/dataplane",
destination: "/consul/docs/:version/ecs/upgrade-to-dataplanes",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/admin-partition",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/admin-partition",
destination: "/consul/docs/:version/enterprise/admin-partitions",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/log/audit",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/log/audit",
destination: "/consul/docs/:version/enterprise/audit-logging",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/scale/automated-backup",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/scale/automated-backup",
destination: "/consul/docs/:version/enterprise/backups",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/downgrade",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/downgrade",
destination: "/consul/docs/:version/enterprise/ent-to-ce-downgrades",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/network-area",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/network-area",
destination: "/consul/docs/:version/enterprise/federation",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/fips",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/fips",
destination: "/consul/docs/:version/enterprise/fips",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/license",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/license",
destination: "/consul/docs/:version/enterprise/license/overview",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/license/reporting",
- destination: "/consul/docs/:version/enterprise/license/utilization-reporting",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/license/reporting",
+ destination:
+ "/consul/docs/:version/enterprise/license/utilization-reporting",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/lts",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/lts",
destination: "/consul/docs/:version/enterprise/long-term-support",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/namespace",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/namespace",
destination: "/consul/docs/:version/enterprise/namespaces",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/network-segment/vm",
- destination: "/consul/docs/:version/enterprise/network-segments/create-network-segment",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/network-segment/vm",
+ destination:
+ "/consul/docs/:version/enterprise/network-segments/create-network-segment",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/network-segment",
- destination: "/consul/docs/:version/enterprise/network-segments/network-segments-overview",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/network-segment",
+ destination:
+ "/consul/docs/:version/enterprise/network-segments/network-segments-overview",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/scale/read-replica",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/scale/read-replica",
destination: "/consul/docs/:version/enterprise/read-scale",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/scale/redundancy-zone",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/scale/redundancy-zone",
destination: "/consul/docs/:version/enterprise/redundancy",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/automated",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/automated",
destination: "/consul/docs/:version/enterprise/upgrades",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/install",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/install",
destination: "/consul/docs/:version/install",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/vm/bootstrap",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/vm/bootstrap",
destination: "/consul/docs/:version/install/bootstrapping",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/cloud-auto-join",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/cloud-auto-join",
destination: "/consul/docs/:version/install/cloud-auto-join",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/glossary",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/glossary",
destination: "/consul/docs/:version/install/glossary",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/vm/bootstrap",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/vm/bootstrap",
destination: "/consul/docs/:version/install/manual-bootstrap",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/architecture/server",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/architecture/server",
destination: "/consul/docs/:version/install/performance",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/architecture/ports",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/architecture/ports",
destination: "/consul/docs/:version/install/ports",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate/consul-tools",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate/consul-tools",
destination: "/consul/docs/:version/integrate/download-tools",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate/nia",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate/nia",
destination: "/consul/docs/:version/integrate/nia-integration",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate/consul",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate/consul",
destination: "/consul/docs/:version/integrate/partnerships",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture",
destination: "/consul/docs/:version/internals",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl",
destination: "/consul/docs/:version/internals/acl",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/annotation-label",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/annotation-label",
destination: "/consul/docs/:version/k8s/annotations-and-labels",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/control-plane/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/control-plane/k8s",
destination: "/consul/docs/:version/k8s/architecture",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s/compatibility",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s/compatibility",
destination: "/consul/docs/:version/k8s/compatibility",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/k8s",
destination: "/consul/docs/:version/k8s/connect",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/tech-specs/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/tech-specs/k8s",
destination: "/consul/docs/:version/k8s/connect/cluster-peering/tech-specs",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/sameness-group/k8s",
- destination: "/consul/docs/:version/k8s/connect/cluster-peering/usage/create-sameness-groups",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/sameness-group/k8s",
+ destination:
+ "/consul/docs/:version/k8s/connect/cluster-peering/usage/create-sameness-groups",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/establish/k8s",
- destination: "/consul/docs/:version/k8s/connect/cluster-peering/usage/establish-peering",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/establish/k8s",
+ destination:
+ "/consul/docs/:version/k8s/connect/cluster-peering/usage/establish-peering",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/cluster-peering/k8s",
- destination: "/consul/docs/:version/k8s/connect/cluster-peering/usage/l7-traffic",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/cluster-peering/k8s",
+ destination:
+ "/consul/docs/:version/k8s/connect/cluster-peering/usage/l7-traffic",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/manage/k8s",
- destination: "/consul/docs/:version/k8s/connect/cluster-peering/usage/manage-peering",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/cluster-peering/manage/k8s",
+ destination:
+ "/consul/docs/:version/k8s/connect/cluster-peering/usage/manage-peering",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/k8s",
destination: "/consul/docs/:version/k8s/connect/connect-ca-provider",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/health-check/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/health-check/k8s",
destination: "/consul/docs/:version/k8s/connect/health",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/ingress-controller",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/ingress-controller",
destination: "/consul/docs/:version/k8s/connect/ingress-controllers",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/ingress-gateway/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/ingress-gateway/k8s",
destination: "/consul/docs/:version/k8s/connect/ingress-gateways",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/telemetry/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/telemetry/k8s",
destination: "/consul/docs/:version/k8s/connect/observability/metrics",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/k8s/transparent-proxy",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/k8s/transparent-proxy",
destination: "/consul/docs/:version/k8s/connect/onboarding-tproxy-mode",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/terminating-gateway/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/terminating-gateway/k8s",
destination: "/consul/docs/:version/k8s/connect/terminating-gateways",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/transparent-proxy",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/transparent-proxy",
destination: "/consul/docs/:version/k8s/connect/transparent-proxy",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/transparent-proxy/k8s",
- destination: "/consul/docs/:version/k8s/connect/transparent-proxy/enable-transparent-proxy",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/transparent-proxy/k8s",
+ destination:
+ "/consul/docs/:version/k8s/connect/transparent-proxy/enable-transparent-proxy",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/config-entry",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/config-entry",
destination: "/consul/docs/:version/k8s/crds",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/config-entry",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/config-entry",
destination: "/consul/docs/:version/k8s/crds/upgrade-to-crds",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/progressive-rollouts/argo",
- destination: "/consul/docs/:version/k8s/deployment-configurations/argo-rollouts-configuration",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/progressive-rollouts/argo",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/argo-rollouts-configuration",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/k8s/external",
- destination: "/consul/docs/:version/k8s/deployment-configurations/clients-outside-kubernetes",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/k8s/external",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/clients-outside-kubernetes",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/enterprise",
- destination: "/consul/docs/:version/k8s/deployment-configurations/consul-enterprise",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/enterprise",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/consul-enterprise",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/datadog",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/datadog",
destination: "/consul/docs/:version/k8s/deployment-configurations/datadog",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/k8s",
- destination: "/consul/docs/:version/k8s/deployment-configurations/external-service",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/k8s",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/external-service",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/wan-federation",
- destination: "/consul/docs/:version/k8s/deployment-configurations/multi-cluster",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/wan-federation",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/multi-cluster",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/wan-federation/k8s",
- destination: "/consul/docs/:version/k8s/deployment-configurations/multi-cluster/kubernetes",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/wan-federation/k8s",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/multi-cluster/kubernetes",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/wan-federation/k8s-vm",
- destination: "/consul/docs/:version/k8s/deployment-configurations/multi-cluster/vms-and-kubernetes",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/wan-federation/k8s-vm",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/multi-cluster/vms-and-kubernetes",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/external",
- destination: "/consul/docs/:version/k8s/deployment-configurations/servers-outside-kubernetes",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/external",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/servers-outside-kubernetes",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/multi-cluster",
- destination: "/consul/docs/:version/k8s/deployment-configurations/single-dc-multi-k8s",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/multi-cluster",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/single-dc-multi-k8s",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault",
destination: "/consul/docs/:version/k8s/deployment-configurations/vault",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/bootstrap-token",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/bootstrap-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/bootstrap-token",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/bootstrap-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/enterprise-license",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/enterprise-license",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/enterprise-license",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/enterprise-license",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/gossip-key",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/gossip",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/gossip-key",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/gossip",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/partition-token",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/partition-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/partition-token",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/partition-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/replication-token",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/replication-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/replication-token",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/replication-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/tls-certificate",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/server-tls",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/tls-certificate",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/server-tls",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/snapshot-agent",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/snapshot-agent-config",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/snapshot-agent",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/snapshot-agent-config",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/webhook-certificate",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/webhook-certs",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/webhook-certificate",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/data-integration/webhook-certs",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/backend",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/systems-integration",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/backend",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/systems-integration",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/wan-federation/vault-backend",
- destination: "/consul/docs/:version/k8s/deployment-configurations/vault/wan-federation",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/wan-federation/vault-backend",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/vault/wan-federation",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/dns/forwarding/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/dns/forwarding/k8s",
destination: "/consul/docs/:version/k8s/dns/enable",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/dns/views",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/dns/views",
destination: "/consul/docs/:version/k8s/dns/views",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/dns/views/enable",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/dns/views/enable",
destination: "/consul/docs/:version/k8s/dns/views/enable",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/helm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/k8s/helm",
destination: "/consul/docs/:version/k8s/helm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/helm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/helm",
destination: "/consul/docs/:version/k8s/installation/install",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/consul-k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/consul-k8s",
destination: "/consul/docs/:version/k8s/installation/install-cli",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/consul-k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/consul-k8s",
destination: "/consul/docs/:version/k8s/k8s-cli",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/failover/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/failover/k8s",
destination: "/consul/docs/:version/k8s/l7-traffic/failover-tproxy",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/virtual-service",
- destination: "/consul/docs/:version/k8s/l7-traffic/route-to-virtual-services",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/virtual-service",
+ destination:
+ "/consul/docs/:version/k8s/l7-traffic/route-to-virtual-services",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/rotate/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/rotate/k8s",
destination: "/consul/docs/:version/k8s/operations/certificate-rotation",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/gossip/rotate/k8s",
- destination: "/consul/docs/:version/k8s/operations/gossip-encryption-key-rotation",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/gossip/rotate/k8s",
+ destination:
+ "/consul/docs/:version/k8s/operations/gossip-encryption-key-rotation",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/rotate/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/rotate/k8s",
destination: "/consul/docs/:version/k8s/operations/tls-on-existing-cluster",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s/uninstall",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s/uninstall",
destination: "/consul/docs/:version/k8s/operations/uninstall",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/self-hosted",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/self-hosted",
destination: "/consul/docs/:version/k8s/platforms/self-hosted-kubernetes",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/k8s/service-sync",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/k8s/service-sync",
destination: "/consul/docs/:version/k8s/service-sync",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s",
destination: "/consul/docs/:version/k8s/upgrade",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s/consul-k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s/consul-k8s",
destination: "/consul/docs/:version/k8s/upgrade/upgrade-cli",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/lambda",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/lambda",
destination: "/consul/docs/:version/lambda",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/lambda/function",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/lambda/function",
destination: "/consul/docs/:version/lambda/invocation",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/lambda/service",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/lambda/service",
destination: "/consul/docs/:version/lambda/invoke-from-lambda",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/lambda",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/lambda",
destination: "/consul/docs/:version/lambda/registration",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/lambda/automatic",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/lambda/automatic",
destination: "/consul/docs/:version/lambda/registration/automate",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/lambda/manual",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/lambda/manual",
destination: "/consul/docs/:version/lambda/registration/manual",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure",
destination: "/consul/docs/:version/nia",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts/api",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts/api",
destination: "/consul/docs/:version/nia/api",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts/api/health",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts/api/health",
destination: "/consul/docs/:version/nia/api/health",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts/api/status",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts/api/status",
destination: "/consul/docs/:version/nia/api/status",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts/api/tasks",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts/api/tasks",
destination: "/consul/docs/:version/nia/api/tasks",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/cts",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/cts",
destination: "/consul/docs/:version/nia/architecture",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/cts",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/cts",
destination: "/consul/docs/:version/nia/cli",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/cts/start",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/cts/start",
destination: "/consul/docs/:version/nia/cli/start",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/cts/task",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/cts/task",
destination: "/consul/docs/:version/nia/cli/task",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts/compatibility",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts/compatibility",
destination: "/consul/docs/:version/nia/compatibility",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/configure",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/configure",
destination: "/consul/docs/:version/nia/configuration",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/cts",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/cts",
destination: "/consul/docs/:version/nia/enterprise",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/license/cts",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/enterprise/license/cts",
destination: "/consul/docs/:version/nia/enterprise/license",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/configure",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/configure",
destination: "/consul/docs/:version/nia/installation/configure",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/install",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/install",
destination: "/consul/docs/:version/nia/installation/install",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/network-driver",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/network-driver",
destination: "/consul/docs/:version/nia/network-drivers",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/network-driver/hcp-terraform",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/network-driver/hcp-terraform",
destination: "/consul/docs/:version/nia/network-drivers/hcp-terraform",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/network-driver/terraform",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/network-driver/terraform",
destination: "/consul/docs/:version/nia/network-drivers/terraform",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/task",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/task",
destination: "/consul/docs/:version/nia/tasks",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/module",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/module",
destination: "/consul/docs/:version/nia/terraform-modules",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/error-messages/cts",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/error-messages/cts",
destination: "/consul/docs/:version/nia/usage/errors-ref",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/requirements",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/requirements",
destination: "/consul/docs/:version/nia/usage/requirements",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/run",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/run",
destination: "/consul/docs/:version/nia/usage/run",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/high-availability",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/infrastructure/high-availability",
destination: "/consul/docs/:version/nia/usage/run-ha",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure",
destination: "/consul/docs/:version/security",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl",
destination: "/consul/docs/:version/security/acl",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/federation",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/federation",
destination: "/consul/docs/:version/security/acl/acl-federated-datacenters",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/policy",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/policy",
destination: "/consul/docs/:version/security/acl/acl-policies",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/role",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/role",
destination: "/consul/docs/:version/security/acl/acl-roles",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/rule",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/rule",
destination: "/consul/docs/:version/security/acl/acl-rules",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/auth-method",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/auth-method",
destination: "/consul/docs/:version/security/acl/auth-methods",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/auth-method/aws",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/auth-method/aws",
destination: "/consul/docs/:version/security/acl/auth-methods/aws-iam",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/auth-method/jwt",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/auth-method/jwt",
destination: "/consul/docs/:version/security/acl/auth-methods/jwt",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/auth-method/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/auth-method/k8s",
destination: "/consul/docs/:version/security/acl/auth-methods/kubernetes",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/auth-method/oidc",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/auth-method/oidc",
destination: "/consul/docs/:version/security/acl/auth-methods/oidc",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token",
destination: "/consul/docs/:version/security/acl/tokens",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/esm",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-a-consul-esm-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/esm",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-a-consul-esm-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/dns",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-a-dns-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/dns",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-a-dns-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/mesh-gateway",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-a-mesh-gateway-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/mesh-gateway",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-a-mesh-gateway-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/replication",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-a-replication-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/replication",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-a-replication-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/service",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-a-service-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/service",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-a-service-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/snapshot-agent",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-a-snapshot-agent-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/snapshot-agent",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-a-snapshot-agent-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/terminating-gateway",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-a-terminating-gateway-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/terminating-gateway",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-a-terminating-gateway-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/vault-backend",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-a-token-for-vault-consul-storage",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/vault-backend",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-a-token-for-vault-consul-storage",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/ui",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-a-ui-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/ui",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-a-ui-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/agent",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-an-agent-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/agent",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-an-agent-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/ingress-gateway",
- destination: "/consul/docs/:version/security/acl/tokens/create/create-an-ingress-gateway-token",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/token/ingress-gateway",
+ destination:
+ "/consul/docs/:version/security/acl/tokens/create/create-an-ingress-gateway-token",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption",
destination: "/consul/docs/:version/security/encryption",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/gossip/enable",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/gossip/enable",
destination: "/consul/docs/:version/security/encryption/gossip",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/mtls",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/mtls",
destination: "/consul/docs/:version/security/encryption/mtls",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/security-model",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/security-model",
destination: "/consul/docs/:version/security/security-models",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/security-model/core",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/security-model/core",
destination: "/consul/docs/:version/security/security-models/core",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/security-model/cts",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/security-model/cts",
destination: "/consul/docs/:version/security/security-models/nia",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/service/health-check",
- destination: "/consul/docs/:version/services/configuration/checks-configuration-reference",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/service/health-check",
+ destination:
+ "/consul/docs/:version/services/configuration/checks-configuration-reference",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/service",
- destination: "/consul/docs/:version/services/configuration/services-configuration-overview",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/service",
+ destination:
+ "/consul/docs/:version/services/configuration/services-configuration-overview",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/service",
- destination: "/consul/docs/:version/services/configuration/services-configuration-reference",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/service",
+ destination:
+ "/consul/docs/:version/services/configuration/services-configuration-reference",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns/scale",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns/scale",
destination: "/consul/docs/:version/services/discovery/dns-cache",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns/configure",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns/configure",
destination: "/consul/docs/:version/services/discovery/dns-configuration",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/service/dynamic",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/service/dynamic",
destination: "/consul/docs/:version/services/discovery/dns-dynamic-lookups",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/dns/forwarding",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/dns/forwarding",
destination: "/consul/docs/:version/services/discovery/dns-forwarding",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/dns/forwarding/enable",
- destination: "/consul/docs/:version/services/discovery/dns-forwarding/enable",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/dns/forwarding/enable",
+ destination:
+ "/consul/docs/:version/services/discovery/dns-forwarding/enable",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns",
destination: "/consul/docs/:version/services/discovery/dns-overview",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/service/static",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/service/static",
destination: "/consul/docs/:version/services/discovery/dns-static-lookups",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/service",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/service",
destination: "/consul/docs/:version/services/services",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/health-check/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/health-check/vm",
destination: "/consul/docs/:version/services/usage/checks",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/vm/define",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/vm/define",
destination: "/consul/docs/:version/services/usage/define-services",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/vm",
- destination: "/consul/docs/:version/services/usage/register-services-checks",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/vm",
+ destination:
+ "/consul/docs/:version/services/usage/register-services-checks",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/error-messages/consul",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/error-messages/consul",
destination: "/consul/docs/:version/troubleshoot/common-errors",
- permanent: true
+ permanent: true,
},
-
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/troubleshoot/service-communication",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/troubleshoot/service-communication",
destination: "/consul/docs/:version/troubleshoot/troubleshoot-services",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade",
destination: "/consul/docs/:version/upgrading",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/compatibility",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/compatibility",
destination: "/consul/docs/:version/upgrading/compatibility",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions",
destination: "/consul/docs/:version/upgrading/instructions",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions/general",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions/general",
destination: "/consul/docs/:version/upgrading/instructions/general-process",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions/upgrade-to-1-10-x",
- destination: "/consul/docs/:version/upgrading/instructions/upgrade-to-1-10-x",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions/upgrade-to-1-10-x",
+ destination:
+ "/consul/docs/:version/upgrading/instructions/upgrade-to-1-10-x",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions/upgrade-to-1-2-x",
- destination: "/consul/docs/:version/upgrading/instructions/upgrade-to-1-2-x",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions/upgrade-to-1-2-x",
+ destination:
+ "/consul/docs/:version/upgrading/instructions/upgrade-to-1-2-x",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions/upgrade-to-1-6-x",
- destination: "/consul/docs/:version/upgrading/instructions/upgrade-to-1-6-x",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions/upgrade-to-1-6-x",
+ destination:
+ "/consul/docs/:version/upgrading/instructions/upgrade-to-1-6-x",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions/upgrade-to-1-8-x",
- destination: "/consul/docs/:version/upgrading/instructions/upgrade-to-1-8-x",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/instructions/upgrade-to-1-8-x",
+ destination:
+ "/consul/docs/:version/upgrading/instructions/upgrade-to-1-8-x",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/version-specific",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/version-specific",
destination: "/consul/docs/:version/upgrading/upgrade-specific",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh",
destination: "/consul/docs/:version/connect/security",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/data-plane",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/data-plane",
destination: "/consul/docs/:version/connect/connect-internals",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/data-plane/service",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/data-plane/service",
destination: "/consul/docs/:version/services/usage/define-services",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/backend",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/backend",
destination: "/consul/docs/:version/agent/wal-logstore",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/security",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/architecture/security",
destination: "/consul/docs/:version/security",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/editions",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/editions",
destination: "/consul/docs/:version/enterprise",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/install/dev",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/install/dev",
destination: "/consul/docs/:version/agent",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/interface/api",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/interface/api",
destination: "/consul/api-docs",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/interface/cli",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/interface/cli",
destination: "/consul/docs/commands",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/interface/ui",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/interface/ui",
destination: "/consul/docs/:version/connect/observability/ui-visualization",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/identity",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/identity",
destination: "/consul/docs/:version/agent",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/tf",
- destination: "https://registry.terraform.io/providers/hashicorp/consul/latest/docs",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/fundamentals/tf",
+ destination:
+ "https://registry.terraform.io/providers/hashicorp/consul/latest/docs",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy",
destination: "/consul/docs/:version/install/bootstrapping",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server",
destination: "/consul/docs/:version/install/bootstrapping",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/vm",
destination: "/consul/docs/:version/install/bootstrapping",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/vm/requirements",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/vm/requirements",
destination: "/consul/docs/:version/install/performance",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s",
destination: "/consul/:version/k8s/installation/install",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/requirements",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/requirements",
destination: "/consul/docs/:version/k8s/compatibility",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/consul-k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/consul-k8s",
destination: "/consul/docs/:version/installation/install-cli",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/minikube",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/minikube",
destination: "/consul/docs/deploy/server/k8s/platform/minikube",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/kind",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/kind",
destination: "/consul/docs/deploy/server/k8s/platform/kind",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/aks",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/aks",
destination: "/consul/docs/deploy/server/k8s/platform/aks",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/eks",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/eks",
destination: "/consul/docs/deploy/server/k8s/platform/eks",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/gke",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/gke",
destination: "/consul/docs/deploy/server/k8s/platform/gke",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/openshift",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/platform/openshift",
destination: "/consul/docs/deploy/server/k8s/platform/openshift",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/mesh-ca",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/vault/data/mesh-ca",
destination: "/consul/docs/:version/connect/ca/vault",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/uninstall",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/k8s/uninstall",
destination: "/consul/docs/deploy/server/k8s/uninstall",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/ecs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/ecs",
destination: "/consul/docs/:version/ecs/deploy/terraform",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/ecs/manual",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/server/ecs/manual",
destination: "/consul/docs/:version/ecs/deploy/manual",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/workload",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/workload",
destination: "/consul/docs/deploy/workload",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/workload/client/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/workload/client/vm",
destination: "/consul/docs/deploy/workload/client/vm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/workload/client/k8s",
- destination: "/consul/docs/:version/k8s/deployment-configurations/clients-outside-kubernetes",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/workload/client/k8s",
+ destination:
+ "/consul/docs/:version/k8s/deployment-configurations/clients-outside-kubernetes",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/workload/client/docker",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/workload/client/docker",
destination: "/consul/docs//deploy/workload/client/docker",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/workload/dataplane/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/workload/dataplane/k8s",
destination: "/consul/docs/:version/connect/dataplane",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/workload/dataplane/ecs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/deploy/workload/dataplane/ecs",
destination: "/consul/docs/:version/ecs/upgrade-to-dataplanes",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl",
destination: "/consul/docs/secure/acl",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/rule",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/rule",
destination: "/consul/docs/:version/security/acl/acl-rules",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/bootstrap",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/bootstrap",
destination: "/consul/docs/secure/acl/bootstrap",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/reset",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/reset",
destination: "/consul/docs/secure/acl/reset",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/legacy",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/legacy",
destination: "/consul/docs/secure/acl/legacy",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/vault/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/vault/vm",
destination: "/consul/docs/secure/acl/vault/vm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/troubleshoot",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/acl/troubleshoot",
destination: "/consul/docs/secure/acl/troubleshoot",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/gossip/enable/existing",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/gossip/enable/existing",
destination: "/consul/docs/:version/security/encryption",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/gossip/rotate/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/gossip/rotate/vm",
destination: "/consul/docs/secure/encryption/gossip/rotate/vm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/mtls",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/mtls",
destination: "/consul/docs/secure/encryption/tls/mtls",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/enable/new/builtin",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/enable/new/builtin",
destination: "/consul/docs/secure/encryption/tls/enable/new/builtin",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/enable/new/openssl",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/enable/new/openssl",
destination: "/consul/docs/secure/encryption/tls/enable/new/openssl",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/enable/existing/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/enable/existing/vm",
destination: "/consul/docs/secure/encryption/tls/enable/existing/vm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/enable/existing/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/enable/existing/k8s",
destination: "/consul/docs/:version/k8s/operations/tls-on-existing-cluster",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/rotate/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/encryption/tls/rotate/vm",
destination: "/consul/docs/secure/encryption/tls/rotate/vm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/auto-config/docker",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/auto-config/docker",
destination: "/consul/docs/secure/auto-config/docker",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/sso/auth0",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure/sso/auth0",
destination: "/consul/docs/secure/sso/auth0",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant",
destination: "/consul/docs/multi-tenant",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/admin-partition/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/admin-partition/k8s",
destination: "/consul/docs/:version/enterprise/admin-partitions",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/namespace/vm/:slug*",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/namespace/vm/:slug*",
destination: "/consul/docs/:version/enterprise/namespaces",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/namespace/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/multi-tenant/namespace/k8s",
destination: "/consul/docs/:version/enterprise/namespaces",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage",
destination: "/consul/docs/manage",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/k8s/dns/enable",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/k8s/dns/enable",
destination: "/consul/docs/:version/k8s/dns",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/disaster-recovery/:slug*",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/disaster-recovery/:slug*",
destination: "/consul/docs/manage/disaster-recovery/:slug*",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/scale/autopilot",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage/scale/autopilot",
destination: "/consul/docs/manage/scale/autopilot",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/telemetry/dataplane",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/telemetry/dataplane",
destination: "/consul/docs/:version/connect/dataplane/telemetry",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/telemetry/telegraf",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/telemetry/telegraf",
destination: "/consul/docs/monitor/telemetry/telegraf",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/telemetry/appdynamics",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/telemetry/appdynamics",
destination: "/consul/docs/monitor/telemetry/appdynamics",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/log/agent",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/monitor/log/agent",
destination: "/consul/docs/monitor/log/agent",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/federated",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/federated",
destination: "/consul/docs/upgrade/federated",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s/openshift",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s/openshift",
destination: "/consul/docs/upgrade/k8s/openshift",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s/crds",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/upgrade/k8s/crds",
destination: "/consul/docs/:version/k8s/crds/upgrade-to-crds",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/release-notes/consul/v1_21_x",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/release-notes/consul/v1_21_x",
destination: "/consul/docs/release-notes/consul/v1_21_x",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register",
destination: "/consul/docs/:version/services/services",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/k8s/annotations",
- destination: "/consul/docs/:version/k8s/annotations-and-labels#service-sync",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/k8s/annotations",
+ destination:
+ "/consul/docs/:version/k8s/annotations-and-labels#service-sync",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/namespace",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/namespace",
destination: "/consul/docs/register/service/namespace",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/docker",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/docker",
destination: "/consul/docs/register/service/docker",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/aws",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/aws",
destination: "/consul/docs/register/service/aws",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs/requirements",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs/requirements",
destination: "/consul/docs/:version/ecs/tech-specs",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/ecs",
destination: "/consul/docs/:version/ecs/deploy/terraform",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/nomad",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/service/nomad",
destination: "/consul/docs/:version/nomad",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/esm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/esm",
destination: "/consul/docs/register/external/esm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/esm/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/esm/k8s",
destination: "/consul/docs/register/external/esm/k8s",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/terminating-gateway",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/terminating-gateway",
destination: "/consul/docs/register/external/terminating-gateway",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/permissive-mtls",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/register/external/permissive-mtls",
destination: "/consul/docs/:version/k8s/connect/onboarding-tproxy-mode",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover",
destination: "/consul/docs/:version/services/discovery/dns-overview",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns/k8s",
destination: "/consul/docs/:version/k8s/dns/enable",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns/docker",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns/docker",
destination: "/consul/docs/discover/dns/docker",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns/pas",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/dns/pas",
destination: "/consul/docs/discover/dns/pas",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/load-balancer/:slug*",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/load-balancer/:slug*",
destination: "/consul/docs/discover/load-balancer/:slug*",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/vm",
destination: "/consul/docs/discover/vm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/k8s",
destination: "/consul/docs/discover/k8s",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/docker",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/discover/docker",
destination: "/consul/docs/discover/docker",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/enable",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/enable",
destination: "/consul/docs/:version/connect/configuration",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/transparent-proxy/ecs",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/proxy/transparent-proxy/ecs",
destination: "/consul/docs/connect/proxy/transparent-proxy/ecs",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/troubleshoot",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/troubleshoot",
destination: "/consul/docs/:version/troubleshoot/troubleshoot-services",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/troubleshoot/debug",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/troubleshoot/debug",
destination: "/consul/docs/:version/connect/dev",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/troubleshoot/service-to-service",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/troubleshoot/service-to-service",
destination: "/consul/docs/:version/troubleshoot/troubleshoot-services",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/vm",
destination: "/consul/docs/connect/vm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/k8s/inject",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/k8s/inject",
destination: "/consul/docs/:version/k8s/connect",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/k8s/crds",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/k8s/crds",
destination: "/consul/docs/:version/k8s/crds",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/k8s/workload",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/connect/k8s/workload",
destination: "/consul/docs/:version/k8s/connect",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south",
destination: "/consul/docs/:version/connect/gateways/api-gateway",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/vm",
destination: "/consul/docs/:version/connect/gateways/api-gateway",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/north-south/k8s",
destination: "/consul/docs/:version/connect/gateways/api-gateway",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west",
destination: "/consul/docs/:version/connect/gateways/mesh-gateway",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/wan-federation/vms",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/wan-federation/vms",
destination: "/consul/docs/east-west/wan-federation/vms",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/vm",
destination: "/consul/docs/east-west/vm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/east-west/k8s",
destination: "/consul/docs/:version/east-west/k8s",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh",
destination: "/consul/docs/secure-mesh",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/bootstrap",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/bootstrap",
destination: "/consul/docs/secure-mesh/certificate/bootstrap",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/rotate",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/rotate",
destination: "/consul/docs/secure-mesh/certificate/rotate",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/existing",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/existing",
destination: "/consul/docs/:version/k8s/operations/tls-on-existing-cluster",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/permissive-mtls",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/certificate/permissive-mtls",
destination: "/consul/docs/secure-mesh/certificate/permissive-mtls",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/vm",
destination: "/consul/docs/:version/secure-mesh/vm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/secure-mesh/k8s",
destination: "/consul/docs/secure-mesh/k8s",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/failover/prepared-query",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/failover/prepared-query",
destination: "/consul/docs/manage-traffic/failover/prepared-query",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/vm",
- destination: "/consul/docs/:version/connect/cluster-peering/usage/peering-traffic-management",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/vm",
+ destination:
+ "/consul/docs/:version/connect/cluster-peering/usage/peering-traffic-management",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/k8s",
- destination: "/consul/docs/:version/k8s/connect/cluster-peering/usage/l7-traffic",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/manage-traffic/k8s",
+ destination:
+ "/consul/docs/:version/k8s/connect/cluster-peering/usage/l7-traffic",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe",
destination: "/consul/docs/:version/connect/observability",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/docker",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/observe/docker",
destination: "/consul/docs/observe/docker",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate",
destination: "/consul/docs/automate",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/consul-template/:slug*",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/automate/consul-template/:slug*",
destination: "/consul/docs/automate/consul-template/:slug*",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/vm",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/vm",
destination: "/consul/docs/vm",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/docker",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/docker",
destination: "/consul/docs/docker",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/openshift",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/openshift",
destination: "/consul/docs/:version/openshift",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate",
destination: "/consul/docs/:version/integrate/partnerships",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate/hcdiag",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate/hcdiag",
destination: "/consul/docs/integrate/hcdiag",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate/vault/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/integrate/vault/k8s",
destination: "/consul/docs/integrate/vault/k8s",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/apigee",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/usage/apigee-ext-authz",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/apigee",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/usage/apigee-ext-authz",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/ext",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/usage/ext-authz",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/ext",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/usage/ext-authz",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/otel",
- destination: "/consul/docs/:version/connect/proxies/envoy-extensions/usage/otel-access-logging",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/envoy-extension/otel",
+ destination:
+ "/consul/docs/:version/connect/proxies/envoy-extensions/usage/otel-access-logging",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/error-messages/k8s",
- destination: "/consul/docs/:version/troubleshoot/common-errors#common-errors-on-kubernetes",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/error-messages/k8s",
+ destination:
+ "/consul/docs/:version/troubleshoot/common-errors#common-errors-on-kubernetes",
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/troubleshoot",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/troubleshoot",
destination: "/consul/docs/troubleshoot",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/consul-aws",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cli/consul-aws",
destination: "/consul/docs/reference/cli/consul-aws",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/auth-method/aws-iam",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/auth-method/aws-iam",
destination: "/consul/docs/:version/security/acl/auth-methods/aws-iam",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/auth-method/jwt",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/auth-method/jwt",
destination: "/consul/docs/:version/security/acl/auth-methods/jwt",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/auth-method/k8s",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/auth-method/k8s",
destination: "/consul/docs/:version/security/acl/auth-methods/kubernetes",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/auth-method/oidc",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/auth-method/oidc",
destination: "/consul/docs/:version/security/acl/auth-methods/oidc",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/token",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/token",
destination: "/consul/docs/:version/security/acl/tokens",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/role",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/role",
destination: "/consul/docs/:version/security/acl/acl-roles",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/policy",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/acl/policy",
destination: "/consul/docs/:version/security/acl/acl-policies",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/agent/configuration-file/:slug*",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/agent/configuration-file/:slug*",
destination: "/consul/docs/:version/agent/config/config-files",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/agent/telemetry",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/agent/telemetry",
destination: "/consul/docs/:version/agent/monitor/telemetry",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/docs/reference/consul-template/:slug*",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/docs/reference/consul-template/:slug*",
destination: "/consul/docs/docs/reference/consul-template/:slug*",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/cts",
destination: "/consul/docs/:version/nia/configuration",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/dns",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/dns",
destination: "/consul/docs/:version/services/discovery/dns-static-lookups",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/namespace",
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/namespace",
destination: "/consul/docs/:version/enterprise/namespaces",
- permanent: true
+ permanent: true,
},
{
- source: "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/sidecar",
- destination: "/consul/docs/:version/connect/proxies/deploy-sidecar-services",
- permanent: true
+ source:
+ "/consul/docs/:version(v1\\.(?:8|9|10|11|12|13|14|15|16|17|18|19|20)\\.x)/reference/proxy/sidecar",
+ destination:
+ "/consul/docs/:version/connect/proxies/deploy-sidecar-services",
+ permanent: true,
},
///////////////////////////////////
// Tutorial --> Docs conversions //
@@ -4405,6 +5077,11 @@ module.exports = [
destination: "/consul/docs/manage/disaster-recovery/backup-restore",
permanent: true,
},
+ {
+ source: "/consul/docs/manage/disaster-recovery/federation",
+ destination: "/consul/docs/manage/disaster-recovery",
+ permanent: true,
+ },
{
source: "/consul/tutorials/operate-consul/vault-pki-consul-secure-tls",
destination: "/consul/docs/automate/consul-template/vault/mtls",