From 462ce4984d9836ebb332acbe65271246d9020078 Mon Sep 17 00:00:00 2001 From: amanda-vanscoy_atko Date: Wed, 14 Aug 2024 11:53:08 -0400 Subject: [PATCH 1/5] Redirect blacklist pages due to last PR failure --- config/redirects.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index 6ef8d1012b..cf223ca8b5 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1953,6 +1953,14 @@ const redirects = [ ], to: '/get-started/apis/create-m2m-app-test', }, + { + from: ['/api/management/v2/blacklists/get-tokens'], + to: '/secure/security-guidance/data-security/denylist', + }, + { + from: ['/api/management/v2/blacklists/post-tokens'], + to: '/secure/security-guidance/data-security/denylist', + }, /* Single Sign-On */ From 2f3abe323516e0d12bcde42469a33473ad0d648d Mon Sep 17 00:00:00 2001 From: Andrew <109249228+pavokta@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:55:34 -0700 Subject: [PATCH 2/5] Update redirects.js (#10439) Redirect Blacklists endpoints to main API2 page --- config/redirects.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/config/redirects.js b/config/redirects.js index cf223ca8b5..727a73be24 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1953,13 +1953,12 @@ const redirects = [ ], to: '/get-started/apis/create-m2m-app-test', }, - { - from: ['/api/management/v2/blacklists/get-tokens'], - to: '/secure/security-guidance/data-security/denylist', - }, - { - from: ['/api/management/v2/blacklists/post-tokens'], - to: '/secure/security-guidance/data-security/denylist', + { + from: [ + '/api/management/v2/blacklists/get-tokens', + '/api/management/v2/blacklists/post-tokens', + ], + to: '/api/management/v2', }, /* Single Sign-On */ From d47bee9092ab3ad5aa1e5613dd3d21a10a6e3cba Mon Sep 17 00:00:00 2001 From: amanda-vanscoy_atko Date: Wed, 14 Aug 2024 11:53:08 -0400 Subject: [PATCH 3/5] Redirect blacklist pages due to last PR failure --- config/redirects.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index 727a73be24..a4fbb97ccf 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1960,6 +1960,14 @@ const redirects = [ ], to: '/api/management/v2', }, + { + from: ['/api/management/v2/blacklists/get-tokens'], + to: '/secure/security-guidance/data-security/denylist', + }, + { + from: ['/api/management/v2/blacklists/post-tokens'], + to: '/secure/security-guidance/data-security/denylist', + }, /* Single Sign-On */ From 3af489c91acae8b3c00bc1955f1d87ebbab3f4c7 Mon Sep 17 00:00:00 2001 From: amanda-vanscoy_atko Date: Wed, 14 Aug 2024 13:15:40 -0400 Subject: [PATCH 4/5] Merge conflict --- config/redirects.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/redirects.js b/config/redirects.js index a4fbb97ccf..cf223ca8b5 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1952,13 +1952,6 @@ const redirects = [ '/configure/apis/create-m2m-app-test', ], to: '/get-started/apis/create-m2m-app-test', - }, - { - from: [ - '/api/management/v2/blacklists/get-tokens', - '/api/management/v2/blacklists/post-tokens', - ], - to: '/api/management/v2', }, { from: ['/api/management/v2/blacklists/get-tokens'], From 7887bf5380c5aa88216e69859bb78cb02051e648 Mon Sep 17 00:00:00 2001 From: Amanda VS Date: Wed, 14 Aug 2024 13:22:07 -0400 Subject: [PATCH 5/5] Merge conflict addition --- config/redirects.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/redirects.js b/config/redirects.js index eed54df24b..cf223ca8b5 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1954,11 +1954,12 @@ const redirects = [ to: '/get-started/apis/create-m2m-app-test', }, { - from: [ - '/api/management/v2/blacklists/get-tokens', - '/api/management/v2/blacklists/post-tokens', - ], - to: '/api/management/v2', + from: ['/api/management/v2/blacklists/get-tokens'], + to: '/secure/security-guidance/data-security/denylist', + }, + { + from: ['/api/management/v2/blacklists/post-tokens'], + to: '/secure/security-guidance/data-security/denylist', }, /* Single Sign-On */