Skip to content

Commit

Permalink
Samlauth update (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Sep 12, 2023
1 parent 821dc14 commit cfde29d
Show file tree
Hide file tree
Showing 8 changed files with 1,193 additions and 729 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
mysql -h mysql -P 3306 -u root -pdrupal -e 'SET GLOBAL max_allowed_packet=67108864;'
blt gryphon-ci:drupal:install --profile=cardinal_service_profile --no-interaction
blt drupal:install -n
drush pm:uninstall simplesamlphp_auth -y
drush role:perm:add anonymous 'access content'
drush xmlsitemap:rebuild
blt codeception --suite=acceptance
Expand All @@ -120,7 +119,7 @@ jobs:
options: '--network-alias drupal8ci'
services:
selenium:
image: selenium/standalone-chrome
image: selenium/standalone-chrome:115.0
options: '--shm-size="2g"'
mysql:
image: mysql:5.7
Expand Down Expand Up @@ -158,7 +157,6 @@ jobs:
blt blt:telemetry:disable --no-interaction
mysql -h mysql -P 3306 -u root -pdrupal -e 'SET GLOBAL max_allowed_packet=67108864;'
blt gryphon-ci:drupal:install --profile=cardinal_service_profile --no-interaction
drush pm:uninstall simplesamlphp_auth -y
drush role:perm:add anonymous 'access content'
drush xmlsitemap:rebuild
mkdir -p artifacts/_data/
Expand Down
38 changes: 8 additions & 30 deletions blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,11 @@ drush:
ci: self
default_alias: '${drush.aliases.local}'
modules:
local:
enable:
- stanford_ssp
- environment_indicator
uninstall:
- acquia_purge
ci:
enable:
- nobots
uninstall:
- simplesamlphp_auth
dev:
enable:
- nobots
- environment_indicator
uninstall: { }
test:
enable:
- nobots
- environment_indicator
uninstall:
- views_ui
prod:
enable:
- environment_indicator
uninstall:
- views_ui
local: {}
ci: {}
dev: {}
test: {}
prod: {}
simplesamlphp: true
cm:
strategy: config-split
Expand Down Expand Up @@ -89,7 +67,7 @@ validate:
cloud:
appId: 8449683b-500e-4728-b70a-5f69d9e8a61a
keys_rsync:
ssh: stanfordgryphon.prod@web-25384.prod.hosting.acquia.com
ssh: stanfordgryphon.[email protected].prod.acquia-sites.com
files:
- /mnt/gfs/stanfordgryphon.prod/nobackup/simplesamlphp/
- /mnt/gfs/stanfordgryphon.prod/secrets.settings.php
- /mnt/gfs/stanfordgryphon.test/nobackup/simplesamlphp/
- /mnt/gfs/stanfordgryphon.test/secrets.settings.php
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
"drupal/paranoia": "^1.9",
"drush/drush": "^11.4",
"simplesamlphp/simplesamlphp": " ^1.19",
"su-hkku/cardinal_service_profile": "^10.0",
"su-sws/stanford_profile": "^10.0"
"su-hkku/cardinal_service_profile": "10.x-dev",
"su-sws/stanford_profile": "10.x-dev",
"su-sws/stanford_ssp": "^8.3"
},
"require-dev": {
"acquia/blt-drupal-test": "^1.0",
Expand Down
Loading

0 comments on commit cfde29d

Please sign in to comment.