Skip to content

Commit

Permalink
adjust test container metadata configuration to lack of default files
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jul 30, 2024
1 parent de2beb7 commit c0b55fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
14 changes: 4 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ services:
- ./development/announcement.php:/data/vendor/simplesamlphp/simplesamlphp/announcement/announcement.php

# Utilize custom metadata
- ./development/hub/metadata/idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/idp-remote.php
- ./development/hub/metadata/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
- ./development/hub/metadata/saml20-sp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-sp-hosted.php
- ./development/hub/metadata/sp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/sp-remote.php
- ./development/hub/metadata:/data/vendor/simplesamlphp/simplesamlphp/metadata

# Enable checking our test metadata
- ./dockerbuild/run-metadata-tests.sh:/data/run-metadata-tests.sh
Expand Down Expand Up @@ -132,8 +129,7 @@ services:
- ./development/logo_idp1.png:/data/vendor/simplesamlphp/simplesamlphp/public/logo.png

# Utilize custom metadata
- ./development/idp-local/metadata/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
- ./development/idp-local/metadata/saml20-sp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-sp-remote.php
- ./development/idp-local/metadata:/data/vendor/simplesamlphp/simplesamlphp/metadata

# Customized SSP code -- TODO: make a better solution that doesn't require hacking SSP code
- ./development/UserPass.php:/data/vendor/simplesamlphp/simplesamlphp/modules/exampleauth/src/Auth/Source/UserPass.php
Expand Down Expand Up @@ -196,8 +192,7 @@ services:
- ./development/logo_idp2.png:/data/vendor/simplesamlphp/simplesamlphp/public/logo.png

# Utilize custom metadata
- ./development/idp2-local/metadata/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
- ./development/idp2-local/metadata/saml20-sp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-sp-remote.php
- ./development/idp2-local/metadata:/data/vendor/simplesamlphp/simplesamlphp/metadata

# Customized SSP code -- TODO: make a better solution that doesn't require hacking SSP code
- ./development/UserPass.php:/data/vendor/simplesamlphp/simplesamlphp/modules/exampleauth/src/Auth/Source/UserPass.php
Expand Down Expand Up @@ -240,8 +235,7 @@ services:
- ./development/logo_idp3.png:/data/vendor/simplesamlphp/simplesamlphp/public/logo.png

# Utilize custom metadata
- ./development/idp3-local/metadata/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
- ./development/idp3-local/metadata/saml20-sp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-sp-remote.php
- ./development/idp3-local/metadata:/data/vendor/simplesamlphp/simplesamlphp/metadata

# Local modules
- ./modules/mfa:/data/vendor/simplesamlphp/simplesamlphp/modules/mfa
Expand Down

0 comments on commit c0b55fa

Please sign in to comment.