Skip to content

Commit

Permalink
Removed redis configuration for CKANext security
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandralazoroska committed Nov 7, 2024
1 parent 249b89a commit c56dbd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sddi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,6 @@ RUN set -ex && \
ckan config-tool "${CKAN_INI}" "ckanext.spatial.common_map.type = custom" && \
ckan config-tool "${CKAN_INI}" "ckanext.spatial.common_map.custom.url = https://tile.openstreetmap.de/{z}/{x}/{y}.png" && \
ckan config-tool "${CKAN_INI}" "ckanext.spatial.common_map.attribution = <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors." && \
ckan config-tool "${CKAN_INI}" "ckanext.security.redis.host = 127.0.0.1" && \
ckan config-tool "${CKAN_INI}" "ckanext.security.redis.port = 6379" && \
ckan config-tool "${CKAN_INI}" "ckanext.security.redis.db = 1" && \
ckan config-tool "${CKAN_INI}" "ckanext.security.lock_timeout = 900" && \
ckan config-tool "${CKAN_INI}" "ckanext.security.login_max_count = 3" && \
ckan config-tool "${CKAN_INI}" "ckanext.security.brute_force_key = user_name" && \
Expand Down

0 comments on commit c56dbd7

Please sign in to comment.