Skip to content

Commit

Permalink
Removed fortify extension from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandralazoroska committed Jan 13, 2025
1 parent d9a9670 commit c10ce58
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sddi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,6 @@ RUN set -ex && \
RUN set -ex && \
pip install --no-index --find-links=${APP_DIR}/ext_wheels ckanext-clamav

# ckanext-fortify ##############################
RUN set -ex && \
pip install -e "git+https://github.com/salsadigitalauorg/ckanext-fortify#egg=ckanext-fortify"

# ckanext-dcat ##########################################################
RUN set -ex && \
pip install --find-links=${APP_DIR}/ext_wheels -r ${APP_DIR}/ext_wheels/ckanext-dcat-requirements.txt && \
Expand All @@ -316,7 +312,6 @@ ENV CKAN__PLUGINS "envvars image_view text_view webpage_view datastore \
theme_sddi \
scheming_datasets \
geo_view geojson_view wmts_view shp_view \
fortify \
security \
heroslideradmin \
dcat dcat_rdf_harvester dcat_json_harvester dcat_json_interface \
Expand All @@ -342,9 +337,6 @@ RUN set -ex && \
ckan config-tool "${CKAN_INI}" "ckanext.security.brute_force_key = user_name" && \
ckan config-tool "${CKAN_INI}" "ckanext.security.disable_password_reset_override = true" && \
ckan config-tool "${CKAN_INI}" "ckanext.security.enable_totp = false" && \
ckan config-tool "${CKAN_INI}" "ckan.fortify.enable_password_policy = True" && \
ckan config-tool "${CKAN_INI}" "ckan.fortify.password_policy.min_length = 12" && \
ckan config-tool "${CKAN_INI}" "ckan.fortify.check_parent_org_allowed = True" && \
ckan config-tool "${CKAN_INI}" "ckanext.dcat.enable_content_negotiation = True" && \
ckan config-tool "${CKAN_INI}" "ckan.harvest.log_scope = 0" && \
ckan config-tool "${CKAN_INI}" "ckan.harvest.log_level = debug" && \
Expand Down

0 comments on commit c10ce58

Please sign in to comment.