Add API to retrieve UI configuration
[sdc.git] / catalog-fe / sdc-frontend / chef-repo / cookbooks / sdc-catalog-fe / recipes / FE_2_setup_configuration.rb
index 9df2ac9..7de9dbc 100644 (file)
@@ -14,6 +14,15 @@ template "catalog-fe-config" do
    })
 end
 
+cookbook_file "#{ENV['JETTY_BASE']}/config/catalog-fe/workspace-configuration.yaml" do
+  source "FE-workspace-configuration.yaml"
+  mode 0755
+  owner "jetty"
+  group "jetty"
+end
+
+
+
 template "onboarding-fe-config" do
     path "#{ENV['JETTY_BASE']}/config/onboarding-fe/onboarding_configuration.yaml"
     source "FE-onboarding-configuration.yaml.erb"