From 3753f6d882bc50d31bcde57075a26c67b2e295f4 Mon Sep 17 00:00:00 2001 From: Cameron Perera Date: Fri, 16 Sep 2022 17:05:57 -0500 Subject: [PATCH] website: update host catalog redirects & add new host set redirects (#2466) --- website/redirects.js | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/website/redirects.js b/website/redirects.js index 745de4cdaf..f56322da4f 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -167,13 +167,19 @@ module.exports = [ { source: '/help/admin-ui/dynamic-host-catalogs-on-aws', destination: - 'https://learn.hashicorp.com/tutorials/boundary/aws-host-catalogs', + 'https://learn.hashicorp.com/tutorials/boundary/aws-host-catalogs#configure-an-iam-user', permanent: false, }, { source: '/help/admin-ui/dynamic-host-catalogs-on-azure', destination: - 'https://learn.hashicorp.com/tutorials/boundary/azure-host-catalogs', + 'https://learn.hashicorp.com/tutorials/boundary/azure-host-catalogs#register-a-new-azure-ad-application', + permanent: false, + }, + { + source: '/help/admin-ui/dynamic-host-catalogs-on-azure-client-secret-value', + destination: + 'https://learn.hashicorp.com/tutorials/boundary/azure-host-catalogs#generate-a-client-secret-for-the-application', permanent: false, }, { @@ -188,7 +194,8 @@ module.exports = [ }, { source: '/help/admin-ui/workers/manage-workers-on-hcp', - destination: 'https://learn.hashicorp.com/tutorials/boundary/hcp-manage-workers', + destination: + 'https://learn.hashicorp.com/tutorials/boundary/hcp-manage-workers', permanent: false, }, @@ -212,11 +219,6 @@ module.exports = [ destination: '/docs/concepts/domain-model/host-sets', permanent: false, }, - { - source: '/help/admin-ui/host-sets/add-hosts', - destination: '/docs/concepts/domain-model/hosts', - permanent: false, - }, //////////////////////////////////////////// // Creating new resources @@ -254,6 +256,23 @@ module.exports = [ destination: '/docs/common-workflows/manage-targets#define-a-host-set', permanent: false, }, + { + source: '/help/admin-ui/host-sets/preferred-endpoints', + destination: + 'https://www.boundaryproject.io/docs/concepts/domain-model/host-sets#preferred_endpoints', + permanent: false, + }, + { + source: '/help/admin-ui/host-sets/sync-interval-seconds', + destination: + 'https://www.boundaryproject.io/docs/concepts/domain-model/host-sets#sync_interval_seconds', + permanent: false, + }, + { + source: '/help/admin-ui/host-sets/add-hosts', + destination: '/docs/concepts/domain-model/hosts', + permanent: false, + }, { source: '/help/admin-ui/hosts/new', destination: '/docs/common-workflows/manage-targets#define-a-host',