From ba3fa815d6031cb0a30f37518af312d9e3f1b6e6 Mon Sep 17 00:00:00 2001 From: Shannon Donahue Date: Fri, 18 Oct 2024 12:39:58 -0400 Subject: [PATCH] Remove tasks endpoint from itless env --- static/beta/stage/modules/fed-modules.json | 4 +--- static/stable/stage/modules/fed-modules.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/static/beta/stage/modules/fed-modules.json b/static/beta/stage/modules/fed-modules.json index fe6e29b7..a0341078 100644 --- a/static/beta/stage/modules/fed-modules.json +++ b/static/beta/stage/modules/fed-modules.json @@ -619,9 +619,7 @@ "module": "./RootApp", "routes": [ { - "pathname": "/insights/tasks", - "isFedramp": true - }, + "pathname": "/insights/tasks" }, { "pathname": "/ansible/tasks" } diff --git a/static/stable/stage/modules/fed-modules.json b/static/stable/stage/modules/fed-modules.json index f6dea74d..28db2b0c 100644 --- a/static/stable/stage/modules/fed-modules.json +++ b/static/stable/stage/modules/fed-modules.json @@ -614,9 +614,7 @@ "module": "./RootApp", "routes": [ { - "pathname": "/insights/tasks", - "isFedramp": true - }, + "pathname": "/insights/tasks" }, { "pathname": "/ansible/tasks" }