-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #216 from silinternational/develop
Release 10.0.0-alpha.2 -- cleanup, twig prep, typehints
- Loading branch information
Showing
114 changed files
with
720 additions
and
1,435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ composer.phar | |
*.aes | ||
dockercfg | ||
node_modules/ | ||
features/screenshots/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,11 @@ services: | |
MYSQL_USER: silauth | ||
MYSQL_PASSWORD: silauth | ||
|
||
app: | ||
build: . | ||
test: | ||
build: | ||
context: . | ||
args: | ||
COMPOSER_FLAGS: "--no-interaction --no-progress" | ||
depends_on: | ||
- ssp-hub.local | ||
- ssp-idp1.local | ||
|
@@ -28,7 +31,6 @@ services: | |
MYSQL_USER: silauth | ||
MYSQL_PASSWORD: silauth | ||
PROFILE_URL_FOR_TESTS: http://pwmanager.local/module.php/core/authenticate.php?as=ssp-hub | ||
ADMIN_EMAIL: [email protected] | ||
ADMIN_PASS: b | ||
SECRET_SALT: abc123 | ||
IDP_NAME: x | ||
|
@@ -53,6 +55,7 @@ services: | |
|
||
# Utilize custom configs | ||
- ./development/hub/config/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php | ||
- ./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 | ||
|
@@ -63,14 +66,12 @@ services: | |
# Enable checking our test metadata | ||
- ./dockerbuild/run-metadata-tests.sh:/data/run-metadata-tests.sh | ||
environment: | ||
ADMIN_EMAIL: "[email protected]" | ||
ADMIN_PASS: "abc123" | ||
SECRET_SALT: "not-secret-h57fjemb&dn^nsJFGNjweJ" | ||
IDP_NAME: "Hub" | ||
SECURE_COOKIE: "false" | ||
ADMIN_PROTECT_INDEX_PAGE: "false" | ||
SHOW_SAML_ERRORS: "true" | ||
THEME_USE: "material:material" | ||
THEME_COLOR_SCHEME: "orange-light_blue" | ||
HUB_MODE: "true" | ||
|
||
|
@@ -85,6 +86,7 @@ services: | |
# Utilize custom configs | ||
- ./development/idp-local/config/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php | ||
- ./development/idp-local/config/config.php:/data/vendor/simplesamlphp/simplesamlphp/config/config.php | ||
- ./development/announcement.php:/data/vendor/simplesamlphp/simplesamlphp/announcement/announcement.php | ||
|
||
# Utilize custom metadata | ||
- ./development/idp-local/metadata/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php | ||
|
@@ -102,7 +104,6 @@ services: | |
bash -c "whenavail db 3306 60 /data/vendor/simplesamlphp/simplesamlphp/modules/silauth/lib/Auth/Source/yii migrate --interactive=0 && | ||
/data/run.sh" | ||
environment: | ||
ADMIN_EMAIL: "[email protected]" | ||
ADMIN_PASS: "a" | ||
SECRET_SALT: "not-secret-h57fjemb&dn^nsJFGNjweJ" | ||
IDP_NAME: "IDP 1" | ||
|
@@ -117,7 +118,6 @@ services: | |
PROFILE_URL_FOR_TESTS: "http://pwmanager.local/module.php/core/authenticate.php?as=ssp-hub" | ||
SECURE_COOKIE: "false" | ||
SHOW_SAML_ERRORS: "true" | ||
THEME_USE: "default" | ||
MYSQL_HOST: "db" | ||
MYSQL_DATABASE: "silauth" | ||
MYSQL_USER: "silauth" | ||
|
@@ -142,13 +142,11 @@ services: | |
- ./development/UserPass.php:/data/vendor/simplesamlphp/simplesamlphp/modules/exampleauth/lib/Auth/Source/UserPass.php | ||
|
||
environment: | ||
ADMIN_EMAIL: "[email protected]" | ||
ADMIN_PASS: "b" | ||
SECRET_SALT: "h57fjemb&dn^nsJFGNjweJ" | ||
IDP_NAME: "IDP 2" | ||
SECURE_COOKIE: "false" | ||
SHOW_SAML_ERRORS: "true" | ||
THEME_USE: "material:material" | ||
|
||
ssp-idp3.local: | ||
build: . | ||
|
@@ -165,7 +163,6 @@ services: | |
- ./development/idp3-local/metadata/saml20-sp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-sp-remote.php | ||
|
||
environment: | ||
ADMIN_EMAIL: "[email protected]" | ||
ADMIN_PASS: "c" | ||
SECRET_SALT: "h57fjem34fh*nsJFGNjweJ" | ||
SECURE_COOKIE: "false" | ||
|
@@ -188,7 +185,6 @@ services: | |
# Enable checking our test metadata | ||
- ./dockerbuild/run-metadata-tests.sh:/data/run-metadata-tests.sh | ||
environment: | ||
ADMIN_EMAIL: "[email protected]" | ||
ADMIN_PASS: "sp1" | ||
SECRET_SALT: "not-secret-h57fjemb&dn^nsJFGNjweJz1" | ||
SECURE_COOKIE: "false" | ||
|
@@ -210,7 +206,6 @@ services: | |
- ./development/sp2-local/metadata/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php | ||
|
||
environment: | ||
ADMIN_EMAIL: [email protected] | ||
ADMIN_PASS: sp2 | ||
SECRET_SALT: h57fjemb&dn^nsJFGNjweJz2 | ||
SECURE_COOKIE: "false" | ||
|
@@ -232,7 +227,6 @@ services: | |
- ./development/sp3-local/metadata/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php | ||
|
||
environment: | ||
ADMIN_EMAIL: [email protected] | ||
ADMIN_PASS: sp3 | ||
SECRET_SALT: h57fjemb&dn^nsJFGNjweJz3 | ||
SECURE_COOKIE: "false" | ||
|
@@ -253,15 +247,13 @@ services: | |
# Utilize custom metadata | ||
- ./development/sp-local/metadata/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php | ||
environment: | ||
ADMIN_EMAIL: [email protected] | ||
ADMIN_PASS: sp1 | ||
IDP_NAME: THIS VARIABLE IS REQUIRED BUT PROBABLY NOT USED | ||
SECRET_SALT: NOT-a-secret-k49fjfkw73hjf9t87wjiw | ||
SECURE_COOKIE: "false" | ||
SHOW_SAML_ERRORS: "true" | ||
SAML20_IDP_ENABLE: "false" | ||
ADMIN_PROTECT_INDEX_PAGE: "false" | ||
THEME_USE: default | ||
|
||
# the broker and brokerDb containers are used by the silauth module | ||
broker: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.