Skip to content

Commit

Permalink
Update to samlauth (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Sep 11, 2023
1 parent a6183be commit 34b1ebf
Show file tree
Hide file tree
Showing 8 changed files with 586 additions and 224 deletions.
2 changes: 0 additions & 2 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=caw_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 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=caw_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: a840b27a-157c-4831-867a-56763306d293
keys_rsync:
ssh: hrgryphon.prod@hrgryphon.ssh.prod.acquia-sites.com
ssh: hrgryphon.test@hrgryphonstg.ssh.prod.acquia-sites.com
files:
- /mnt/gfs/hrgryphon.prod/nobackup/simplesamlphp/
- /mnt/gfs/hrgryphon.prod/secrets.settings.php
- /mnt/gfs/hrgryphon.test/nobackup/simplesamlphp/
- /mnt/gfs/hrgryphon.test/secrets.settings.php
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"drush/drush": "^11.1",
"simplesamlphp/simplesamlphp": "^1.19",
"su-sws/caw_profile": "9.x-dev",
"su-sws/stanford_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 34b1ebf

Please sign in to comment.