Skip to content

Commit

Permalink
AV-2064: Disable CKAN resource proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bzar committed Oct 3, 2023
1 parent 7580265 commit 0adef75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cdk/lib/ckan-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export class CkanStack extends Stack {
'text_view',
'image_view',
'pdf_view',
'resource_proxy',
'geo_view',
'geojson_view',
'sixodp_harvester',
Expand Down
2 changes: 1 addition & 1 deletion docker/.env.ckan.local
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0adef75

Please sign in to comment.