Skip to content

Commit

Permalink
Merge pull request #231 from silinternational/feature/ssp2-use-ssp1-f…
Browse files Browse the repository at this point in the history
…or-sp

use ssp-base 9.3.0 (SimpleSAMLphp 1.19) for test SPs
  • Loading branch information
briskt authored Jun 19, 2024
2 parents f6e9ede + 03f7a60 commit 5385ab7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ services:
IDP_NAME: "IdP3"

ssp-sp1.local:
build: .
image: silintl/ssp-base:9.3.0
volumes:
# Utilize custom certs
- ./development/sp-local/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
Expand All @@ -270,15 +270,17 @@ services:
ports:
- "8081:80"
environment:
ADMIN_EMAIL: "[email protected]"
ADMIN_PASS: "sp1"
IDP_NAME: "NA"
SECRET_SALT: "h57fjemb&dn^nsJFGNjweJz1"
SECURE_COOKIE: "false"
SHOW_SAML_ERRORS: "true"
SAML20_IDP_ENABLE: "false"
ADMIN_PROTECT_INDEX_PAGE: "false"

ssp-sp2.local:
build: .
image: silintl/ssp-base:9.3.0
volumes:
# Utilize custom certs
- ./development/sp2-local/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
Expand All @@ -291,15 +293,17 @@ services:
ports:
- "8082:80"
environment:
ADMIN_EMAIL: "[email protected]"
ADMIN_PASS: "sp2"
IDP_NAME: "NA"
SECRET_SALT: "h57fjemb&dn^nsJFGNjweJz2"
SECURE_COOKIE: "false"
SHOW_SAML_ERRORS: "true"
SAML20_IDP_ENABLE: "false"
ADMIN_PROTECT_INDEX_PAGE: "false"

ssp-sp3.local:
build: .
image: silintl/ssp-base:9.3.0
volumes:
# Utilize custom certs
- ./development/sp3-local/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
Expand All @@ -314,15 +318,17 @@ services:
env_file:
- local.env
environment:
ADMIN_EMAIL: "[email protected]"
ADMIN_PASS: sp3
IDP_NAME: "NA"
SECRET_SALT: h57fjemb&dn^nsJFGNjweJz3
SECURE_COOKIE: "false"
SHOW_SAML_ERRORS: "true"
SAML20_IDP_ENABLE: "false"
ADMIN_PROTECT_INDEX_PAGE: "false"

pwmanager.local:
image: silintl/ssp-base:develop
image: silintl/ssp-base:9.3.0
volumes:
# Utilize custom certs
- ./development/sp-local/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
Expand Down

0 comments on commit 5385ab7

Please sign in to comment.