2023-03-28 22:48:58 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
2023-08-11 13:12:13 +00:00
|
|
|
* SPDX-License-Identifier: BUSL-1.1
|
2023-03-28 22:48:58 +00:00
|
|
|
*/
|
|
|
|
|
2021-01-13 01:09:23 +00:00
|
|
|
// REDIRECTS FILE
|
|
|
|
|
|
|
|
// See the README file in this directory for documentation. Please do not
|
|
|
|
// modify or delete existing redirects without first verifying internally.
|
|
|
|
// Next.js redirect documentation: https://nextjs.org/docs/api-reference/next.config.js/redirects
|
|
|
|
|
2023-02-23 17:58:39 +00:00
|
|
|
module.exports = [
|
|
|
|
{
|
2023-03-03 19:17:26 +00:00
|
|
|
source: '/consul/docs/connect/cluster-peering/create-manage-peering',
|
2023-02-23 17:58:39 +00:00
|
|
|
destination:
|
2023-03-03 19:17:26 +00:00
|
|
|
'/consul/docs/connect/cluster-peering/usage/establish-cluster-peering',
|
2023-02-23 17:58:39 +00:00
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
2023-03-03 19:17:26 +00:00
|
|
|
source: '/consul/docs/connect/cluster-peering/usage/establish-peering',
|
|
|
|
destination:
|
|
|
|
'/consul/docs/connect/cluster-peering/usage/establish-cluster-peering',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/connect/cluster-peering/k8s',
|
|
|
|
destination: '/consul/docs/k8s/connect/cluster-peering/tech-specs',
|
2023-02-23 17:58:39 +00:00
|
|
|
permanent: true,
|
|
|
|
},
|
2023-03-24 22:16:06 +00:00
|
|
|
{
|
|
|
|
source: '/consul/docs/connect/intentions#intention-management-permissions',
|
|
|
|
destination: `/consul/docs/connect/intentions/create-manage-intentions#acl-requirements`,
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/connect/intentions#intention-basics',
|
|
|
|
destination: `/consul/docs/connect/intentions`,
|
|
|
|
permanent: true,
|
|
|
|
},
|
2023-06-13 03:12:03 +00:00
|
|
|
{
|
2023-06-20 20:17:46 +00:00
|
|
|
source: '/consul/docs/connect/transparent-proxy',
|
|
|
|
destination: '/consul/docs/k8s/connect/transparent-proxy',
|
2023-06-13 03:12:03 +00:00
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
2023-06-20 20:17:46 +00:00
|
|
|
source: '/consul/docs/agent/limits/init-rate-limits',
|
|
|
|
destination: '/consul/docs/agent/limits/usage/init-rate-limits',
|
2023-06-13 03:12:03 +00:00
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
2023-06-20 20:17:46 +00:00
|
|
|
source: '/consul/docs/agent/limits/set-global-traffic-rate-limits',
|
2023-06-13 03:12:03 +00:00
|
|
|
destination:
|
2023-06-20 20:17:46 +00:00
|
|
|
'/consul/docs/agent/limits/usage/set-global-traffic-rate-limits',
|
2023-06-13 03:12:03 +00:00
|
|
|
permanent: true,
|
|
|
|
},
|
2023-06-15 16:43:02 +00:00
|
|
|
{
|
|
|
|
source:
|
|
|
|
'/consul/docs/connect/gateways/mesh-gateway/service-to-service-traffic-peers',
|
|
|
|
destination:
|
|
|
|
'/consul/docs/connect/cluster-peering/usage/establish-cluster-peering',
|
|
|
|
permanent: true,
|
|
|
|
},
|
2023-07-19 00:30:01 +00:00
|
|
|
{
|
2023-09-06 23:55:18 +00:00
|
|
|
source: '/consul/docs/enterprise/sentinel',
|
2023-07-19 00:30:01 +00:00
|
|
|
destination:
|
|
|
|
'/consul/docs/dynamic-app-config/kv#using-sentinel-to-apply-policies-for-consul-kv',
|
|
|
|
permanent: true,
|
|
|
|
},
|
2023-08-04 16:36:21 +00:00
|
|
|
{
|
|
|
|
source:
|
|
|
|
'/consul/docs/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters',
|
2023-09-06 23:55:18 +00:00
|
|
|
destination: '/consul/docs/k8s/deployment-configurations/multi-cluster',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/connect/registration/service-registration',
|
|
|
|
destination: '/consul/docs/connect/proxies/proxy-config-reference',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/connect/registration',
|
|
|
|
destination: '/consul/docs/connect/proxies/',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/connect/registration/sidecar-service',
|
|
|
|
destination: '/consul/docs/connect/proxies/deploy-sidecar-services',
|
2023-08-04 16:36:21 +00:00
|
|
|
permanent: true,
|
2023-09-06 23:55:18 +00:00
|
|
|
},
|
2023-10-05 14:33:44 +00:00
|
|
|
{
|
|
|
|
source: '/consul/docs/ecs/terraform/install',
|
|
|
|
destination: '/consul/docs/ecs/deploy/terraform',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/ecs/terraform/secure-configuration',
|
|
|
|
destination: '/consul/docs/ecs/deploy/terraform',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/ecs/terraform/migrate-existing-tasks',
|
|
|
|
destination: '/consul/docs/ecs/deploy/migrate-existing-tasks',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/ecs/manual/install',
|
|
|
|
destination: '/consul/docs/ecs/deploy/manual',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/ecs/manual/secure-configuration',
|
|
|
|
destination: '/consul/docs/ecs/deploy/manual',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/ecs/manual/acl-controller',
|
|
|
|
destination: '/consul/docs/ecs/deploy/manual',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/ecs/task-resource-usage',
|
|
|
|
destination: '/consul/docs/ecs/tech-specs',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/ecs/requirements',
|
|
|
|
destination: '/consul/docs/ecs/tech-specs',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/ecs/configuration-reference',
|
|
|
|
destination: '/consul/docs/ecs/reference/configuration-reference',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/ecs/compatibility',
|
|
|
|
destination: '/consul/docs/ecs/reference/compatibility',
|
|
|
|
permanent: true,
|
|
|
|
},
|
2023-10-10 20:29:55 +00:00
|
|
|
{
|
|
|
|
source: '/consul/docs/connect/gateways/api-gateway/usage',
|
|
|
|
destination:
|
|
|
|
'/consul/docs/connect/gateways/api-gateway/deploy/listeners-vms',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
2023-11-06 17:08:25 +00:00
|
|
|
source: '/consul/docs/api-gateway',
|
|
|
|
destination: '/consul/docs/connect/gateways/api-gateway',
|
2023-10-10 20:29:55 +00:00
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/api-gateway/install',
|
2023-11-06 17:08:25 +00:00
|
|
|
destination: '/consul/docs/connect/gateways/api-gateway/install-k8s',
|
2023-10-10 20:29:55 +00:00
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/api-gateway/usage/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:
|
2023-11-06 17:08:25 +00:00
|
|
|
'/consul/docs/connect/gateways/api-gateway/define-routes/route-to-peered-services',
|
2023-10-10 20:29:55 +00:00
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/api-gateway/usage/errors',
|
|
|
|
destination: '/consul/docs/connect/gateways/api-gateway/errors',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/api-gateway/usage/usage',
|
|
|
|
destination:
|
|
|
|
'/consul/docs/connect/gateways/api-gateway/deploy/listeners-k8s',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/api-gateway/upgrades',
|
|
|
|
destination: '/consul/docs/connect/gateways/api-gateway/upgrades-k8s',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
2023-11-06 17:08:25 +00:00
|
|
|
source: '/consul/docs/api-gateway/configuration',
|
|
|
|
destination: '/consul/docs/connect/gateways/api-gateway/configuration',
|
2023-10-10 20:29:55 +00:00
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/api-gateway/configuration/:slug',
|
|
|
|
destination:
|
|
|
|
'/consul/docs/connect/gateways/api-gateway/configuration/:slug',
|
|
|
|
permanent: true,
|
|
|
|
},
|
2023-10-06 19:48:05 +00:00
|
|
|
{
|
|
|
|
source: '/consul/docs/connect/failover',
|
|
|
|
destination: '/consul/docs/connect/manage-traffic/failover',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/connect/l7',
|
|
|
|
destination: '/consul/docs/connect/manage-traffic',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/connect/l7/:slug',
|
|
|
|
destination: '/consul/docs/connect/manage-traffic/:slug',
|
|
|
|
permanent: true,
|
|
|
|
},
|
2023-11-01 17:40:51 +00:00
|
|
|
{
|
|
|
|
source: '/consul/docs/v1.8.x/connect/config-entries/:slug',
|
|
|
|
destination: '/consul/docs/v1.8.x/agent/config-entries/:slug',
|
|
|
|
permanent: true,
|
|
|
|
},
|
2024-02-28 01:14:25 +00:00
|
|
|
{
|
|
|
|
source: '/consul/docs/architecture/catalog/v1/:slug',
|
|
|
|
destination: '/consul/docs/architecture/catalog/:slug',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
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,
|
|
|
|
},
|
2024-04-22 13:07:14 +00:00
|
|
|
{
|
2024-04-23 15:38:07 +00:00
|
|
|
source: '/consul/docs/nia/network-drivers/terraform-cloud',
|
|
|
|
destination: '/consul/docs/nia/network-drivers/hcp-terraform',
|
2024-06-10 20:21:58 +00:00
|
|
|
permanent: true,
|
2024-04-22 13:07:14 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
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',
|
2024-06-10 20:21:58 +00:00
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/docs/k8s/multiport/:slug',
|
|
|
|
destination: '/consul/docs/architecture/catalog#v2-catalog',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: 'consul/docs/architecture/v2/:slug*',
|
|
|
|
destination: '/consul/docs/architecture/catalog#v2-catalog',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/consul/commands/resource/:slug',
|
|
|
|
destination: '/consul/docs/architecture/catalog#v2-catalog',
|
|
|
|
permanent: true,
|
2024-04-22 13:07:14 +00:00
|
|
|
},
|
2023-02-23 17:58:39 +00:00
|
|
|
]
|