Skip to content

Commit

Permalink
Merge pull request #3218 from CityOfBoston/master
Browse files Browse the repository at this point in the history
(production) Maintenance, SSO, Metrolist Label and search
  • Loading branch information
davidrkupton authored Oct 6, 2023
2 parents 44ce875 + e9ee23e commit 22e96a7
Show file tree
Hide file tree
Showing 44 changed files with 1,065 additions and 458 deletions.
5 changes: 4 additions & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Acquia friendly mods from https://github.com/lando/lando/issues/105
# See readme in ./build/readme.boston.md
name: boston
recipe: drupal8
recipe: drupal10
config:
php: '8.1'
webroot: docroot
database: mysql:5.7
xdebug: true
drupal: false
edge: false

proxy:
node:
- patterns.lndo.site
- node.lndo.site:3443
- cdn.lndo.site
appserver:
- boston.lndo.site

services:
node:
Expand Down
344 changes: 171 additions & 173 deletions composer.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions config/acquia_dev/captcha.settings.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
_core:
default_config_hash: _UaIWu0_ZD3lUs97wlFC2Koi-o7Bex69Xr9q36nJtkY
enabled_default: 0
default_challenge: captcha/Math
description: 'This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.'
administration_mode: false
allow_on_admin_pages: false
add_captcha_description: true
default_validation: 1
persistence: 1
enable_stats: false
log_wrong_responses: false
enabled_default: 0
allow_on_admin_pages: false
add_captcha_description: true
3 changes: 0 additions & 3 deletions config/acquia_dev/config_ignore.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ ignored_config_entities:
- bos_swiftype.settings
- 'core.entity_view_display.node.metrolist_development.*'
- geolocation_google_maps.settings
- 'key.key.iam_dir_sso*:key_type_settings|key_provider_settings.key_value'
- 'paragraphs.paragraphs_type.*:dependencies.content|icon_uuid'
- purge.logger_channels
- salesforce.salesforce_auth*
- salesforce.settings
- slackposter.settings
- node_elections.settings
- block.block.website_feedback_form
7 changes: 4 additions & 3 deletions config/acquia_dev/key.key.iam_dir_sso_test_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ dependencies:
- key_asymmetric
id: iam_dir_sso_test_
label: 'IAM-DIR SSO (test)'
description: 'TEST X509 cert from IAM supplied IDP metadata'
description: 'TEST Environment X509 cert from IAM supplied IDP metadata'
key_type: asymmetric_public
key_type_settings: {}
key_provider: config
key_provider: env
key_provider_settings:
key_value: ""
env_variable: iam_x509_cert_test
strip_line_breaks: true
key_input: textarea_field
key_input_settings: { }
Loading

0 comments on commit 22e96a7

Please sign in to comment.