diff --git a/.circleci/docker-compose.circle.yml b/.circleci/docker-compose.circle.yml index 84ef76a823..f607e7534a 100644 --- a/.circleci/docker-compose.circle.yml +++ b/.circleci/docker-compose.circle.yml @@ -13,6 +13,7 @@ services: REDASH_LOG_LEVEL: "INFO" REDASH_REDIS_URL: "redis://redis:6379/0" REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres" + REDASH_COOKIE_SECRET: "2H9gNG9obnAQ9qnR9BDTQUph6CbXKCzF" redis: image: redis:3.0-alpine restart: unless-stopped diff --git a/.circleci/docker-compose.cypress.yml b/.circleci/docker-compose.cypress.yml index d265c85744..da57925f11 100644 --- a/.circleci/docker-compose.cypress.yml +++ b/.circleci/docker-compose.cypress.yml @@ -12,6 +12,7 @@ x-redash-environment: &redash-environment REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres" REDASH_RATELIMIT_ENABLED: "false" REDASH_ENFORCE_CSRF: "true" + REDASH_COOKIE_SECRET: "2H9gNG9obnAQ9qnR9BDTQUph6CbXKCzF" services: server: <<: *redash-service diff --git a/requirements.txt b/requirements.txt index 04fa31c93b..e5e5e01caa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,4 +65,5 @@ werkzeug==0.16.1 # Uncomment the requirement for ldap3 if using ldap. # It is not included by default because of the GPL license conflict. # ldap3==2.2.4 -Authlib==0.15.5 \ No newline at end of file +Authlib==0.15.5 +advocate==1.0.0 \ No newline at end of file diff --git a/requirements_all_ds.txt b/requirements_all_ds.txt index b64ae2eae4..9a3fcebbaa 100644 --- a/requirements_all_ds.txt +++ b/requirements_all_ds.txt @@ -40,5 +40,4 @@ trino~=0.305 cmem-cmempy==21.2.3 xlrd==2.0.1 openpyxl==3.0.7 -firebolt-sqlalchemy -advocate==1.0.0 \ No newline at end of file +firebolt-sqlalchemy \ No newline at end of file