You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/04/27 21:52:01 UTC

[superset] branch master updated: fix(ephemerals): Quick fix for ephemeral spin-up (#23857)

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

rusackas 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 33bb27bc0f fix(ephemerals): Quick fix for ephemeral spin-up (#23857)
33bb27bc0f is described below

commit 33bb27bc0fd69a726da4bc8457c27ac645b53953
Author: Craig Rueda <cr...@craigrueda.com>
AuthorDate: Thu Apr 27 14:51:53 2023 -0700

    fix(ephemerals): Quick fix for ephemeral spin-up (#23857)
---
 .github/workflows/ecs-task-definition.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/ecs-task-definition.json b/.github/workflows/ecs-task-definition.json
index 0e4f552898..42fc0eb4ca 100644
--- a/.github/workflows/ecs-task-definition.json
+++ b/.github/workflows/ecs-task-definition.json
@@ -23,6 +23,10 @@
                 {
                     "name": "SUPERSET_PORT",
                     "value": "8080"
+                },
+                {
+                  "name": "SUPERSET_SECRET_KEY",
+                  "value": "super-secret-for-ephemerals"
                 }
             ],
             "mountPoints": [],