You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2023/07/19 21:22:39 UTC

[superset] branch master updated: chore: turn off talisman for ephemeral environments in ci (#24627)

This is an automated email from the ASF dual-hosted git repository.

elizabeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a9724582f chore: turn off talisman for ephemeral environments in ci (#24627)
1a9724582f is described below

commit 1a9724582f7bd292db562404f2c0b465342e7513
Author: Elizabeth Thompson <es...@gmail.com>
AuthorDate: Wed Jul 19 14:22:32 2023 -0700

    chore: turn off talisman for ephemeral environments in ci (#24627)
---
 .github/workflows/ecs-task-definition.json | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ecs-task-definition.json b/.github/workflows/ecs-task-definition.json
index 42fc0eb4ca..7ef503681d 100644
--- a/.github/workflows/ecs-task-definition.json
+++ b/.github/workflows/ecs-task-definition.json
@@ -25,8 +25,12 @@
                     "value": "8080"
                 },
                 {
-                  "name": "SUPERSET_SECRET_KEY",
-                  "value": "super-secret-for-ephemerals"
+                    "name": "SUPERSET_SECRET_KEY",
+                    "value": "super-secret-for-ephemerals"
+                },
+                {
+                    "name": "TALISMAN_ENABLED",
+                    "value": "False"
                 }
             ],
             "mountPoints": [],