From 3f6bf64af94cc1ef11935ee93204d0d4161f8b1a Mon Sep 17 00:00:00 2001 From: Moby von Briesen Date: Tue, 26 Jul 2022 12:03:40 -0400 Subject: [PATCH] satellite/console: Default NewProjectDashboard to "true" We have enabled the new project dashboard in production. Change the default to true so that we do not need an explicit configuration in prod. Change-Id: I0f93773965283e7b0682f6586685224281cbf78c --- satellite/console/consoleweb/server.go | 2 +- scripts/testdata/satellite-config.yaml.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/satellite/console/consoleweb/server.go b/satellite/console/consoleweb/server.go index c9e464095..774d6855d 100644 --- a/satellite/console/consoleweb/server.go +++ b/satellite/console/consoleweb/server.go @@ -91,7 +91,7 @@ type Config struct { CSPEnabled bool `help:"indicates if Content Security Policy is enabled" devDefault:"false" releaseDefault:"true"` LinksharingURL string `help:"url link for linksharing requests" default:"https://link.storjshare.io" devDefault:""` PathwayOverviewEnabled bool `help:"indicates if the overview onboarding step should render with pathways" default:"true"` - NewProjectDashboard bool `help:"indicates if new project dashboard should be used" default:"false"` + NewProjectDashboard bool `help:"indicates if new project dashboard should be used" default:"true"` NewObjectsFlow bool `help:"indicates if new objects flow should be used" default:"true"` NewAccessGrantFlow bool `help:"indicates if new access grant flow should be used" default:"true"` NewBillingScreen bool `help:"indicates if new billing screens should be used" default:"false"` diff --git a/scripts/testdata/satellite-config.yaml.lock b/scripts/testdata/satellite-config.yaml.lock index af032145b..1d7c1904b 100755 --- a/scripts/testdata/satellite-config.yaml.lock +++ b/scripts/testdata/satellite-config.yaml.lock @@ -215,7 +215,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0 # console.new-objects-flow: true # indicates if new project dashboard should be used -# console.new-project-dashboard: false +# console.new-project-dashboard: true # how long oauth access tokens are issued for # console.oauth-access-token-expiry: 24h0m0s