From 0adef75a9c650734e94538e7259a05d2e255585a Mon Sep 17 00:00:00 2001 From: Teemu Erkkola Date: Tue, 3 Oct 2023 09:19:51 +0300 Subject: [PATCH] AV-2064: Disable CKAN resource proxy --- cdk/lib/ckan-stack.ts | 1 - docker/.env.ckan.local | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cdk/lib/ckan-stack.ts b/cdk/lib/ckan-stack.ts index f30e975c17..40466e124d 100644 --- a/cdk/lib/ckan-stack.ts +++ b/cdk/lib/ckan-stack.ts @@ -177,7 +177,6 @@ export class CkanStack extends Stack { 'text_view', 'image_view', 'pdf_view', - 'resource_proxy', 'geo_view', 'geojson_view', 'sixodp_harvester', diff --git a/docker/.env.ckan.local b/docker/.env.ckan.local index 91083dba74..4ef02a4f23 100644 --- a/docker/.env.ckan.local +++ b/docker/.env.ckan.local @@ -8,7 +8,7 @@ CKAN_APP_INSTANCE_UUID="{dc6259b8-f112-4d23-8816-aadcede1895c}" CKAN_SITE_ID=default CKAN_PLUGINS_DEFAULT="stats scheming_datasets scheming_groups scheming_organizations fluent" -CKAN_PLUGINS="forcetranslation ckan_harvester hri_harvester syke_harvester dcat structured_data dcat_rdf_harvester dcat_json_harvester dcat_json_interface csw_harvester drupal8 ytp_organizations ytp_request hierarchy_display apis ytp_theme harvest archiver report qa ytp_report ytp_drupal ytp_tasks ytp_dataset ytp_spatial spatial_metadata spatial_query ytp_user datastore sixodp_showcase sixodp_showcasesubmit datapusher recline_grid_view recline_graph_view recline_map_view text_view image_view pdf_view resource_proxy geo_view geojson_view sixodp_harvester reminder ytp_restrict_category_creation_and_updating ytp_ipermission_labels organizationapproval ytp_resourcestatus ytp_harvesterstatus opendata_group advancedsearch openapi_view statistics opendata_cli ytp_recommendation dcat_sparql sitesearch opendata_reset" +CKAN_PLUGINS="forcetranslation ckan_harvester hri_harvester syke_harvester dcat structured_data dcat_rdf_harvester dcat_json_harvester dcat_json_interface csw_harvester drupal8 ytp_organizations ytp_request hierarchy_display apis ytp_theme harvest archiver report qa ytp_report ytp_drupal ytp_tasks ytp_dataset ytp_spatial spatial_metadata spatial_query ytp_user datastore sixodp_showcase sixodp_showcasesubmit datapusher recline_grid_view recline_graph_view recline_map_view text_view image_view pdf_view geo_view geojson_view sixodp_harvester reminder ytp_restrict_category_creation_and_updating ytp_ipermission_labels organizationapproval ytp_resourcestatus ytp_harvesterstatus opendata_group advancedsearch openapi_view statistics opendata_cli ytp_recommendation dcat_sparql sitesearch opendata_reset" CKAN_STORAGE_PATH=/srv/app/data CKAN_ARCHIVER_PATH=/srv/app/data/archiver CKAN_WEBASSETS_PATH=/srv/app/data/webassets