Skip to content

Commit

Permalink
adding CSRF work to docker config files
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Jan 22, 2025
1 parent 47d3913 commit 34be64c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions orcid-web/orcid.properties.j2
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,6 @@ org.orcid.core.utils.cache.redis.summary.enabled={{ ORG_ORCID_CORE_UTILS_CACHE_R

# Maintenance message
org.orcid.frontend.web.maintenanceHeaderUrl={{ ORG_ORCID_FRONTEND_WEB_MAINTENANCE_HEADER_URL }}

# CSRF Cookie settings
org.orcid.core.csrf.domain={{ ORG_ORCID_CORE_CSRF_DOMAIN }}
1 change: 1 addition & 0 deletions properties/default.orcid_core.env
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ ORG_ORCID_CORE_MAX_JOBS_PER_CLIENT="20"
ORG_ORCID_CORE_NUMBER_OF_WEBHOOK_THREADS="60"
ORG_ORCID_CORE_WEBHOOK_MAX_PER_RUN="10000"
ORG_ORCID_CORE_WEBHOOK_RETRY_DELAY_MINUTES="15"
ORG_ORCID_CORE_CSRF_DOMAIN=docker-dev.orcid.org

0 comments on commit 34be64c

Please sign in to comment.