-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged develop into bugfix/SHIBUI-2355-filter-type-change
- Loading branch information
Showing
22 changed files
with
668 additions
and
21 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
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
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 |
|---|---|---|
| @@ -0,0 +1,110 @@ | ||
| <html> | ||
| <body> | ||
| <h2>Reload Service</h2> | ||
| <form action="https://idp.unicon.local/idp/profile/admin/reload-service" target="_blank" method="get"> | ||
| <label for="id">id</label> | ||
| <select name="id" id="id"> | ||
| <option value="shibboleth.LoggingService">LoggingService</option> | ||
| <option value="shibboleth.AttributeFilterService">AttributeFilterService</option> | ||
| <option value="shibboleth.AttributeResolverService">AttributeResolverService</option> | ||
| <option value="shibboleth.AttributeRegistryService">AttributeRegistryService</option> | ||
| <option value="shibboleth.NameIdentifierGenerationService">NameIdentifierGenerationService</option> | ||
| <option value="shibboleth.RelyingPartyResolverService">RelyingPartyResolverService</option> | ||
| <option value="shibboleth.MetadataResolverService">MetadataResolverService</option> | ||
| <option value="shibboleth.ReloadableAccessControlService">ReloadableAccessControlService</option> | ||
| <option value="shibboleth.ReloadableCASServiceRegistry">ReloadableCASServiceRegistry</option> | ||
| </select> | ||
| <input type="submit" /> | ||
| </form> | ||
| <h2>Attribute Resolution</h2> | ||
| <form action="https://idp.unicon.local/idp/profile/admin/resolvertest" target="_blank" method="get"> | ||
| <table> | ||
| <tr> | ||
| <td> | ||
| <label for="requester">Requester</label> | ||
| </td> | ||
| <td> | ||
| <input name="requester" id="requester" type="text" /> | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td> | ||
| <label for="principal">Principal</label> | ||
| </td> | ||
| <td> | ||
| <input name="principal" id="principal" type="text" /> | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td> | ||
| <label for="acsIndex">acs index</label> | ||
| </td> | ||
| <td> | ||
| <input name="acsIndex" id="acsIndex" type="number" /> | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td> | ||
| <label for="saml1">SAML1</label> | ||
| </td> | ||
| <td> | ||
| <input name="saml1" id="saml1" type="checkbox" /> | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td> | ||
| <label for="saml2">SAML2</label> | ||
| </td> | ||
| <td> | ||
| <input name="saml2" id="saml2" type="checkbox" /> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| <input type="submit" /> | ||
|
|
||
| </form> | ||
| <form action="https://idp.unicon.local/idp/profile/admin/mdquery" target="_blank" method="get"> | ||
| <h2>Metadata Query</h2> | ||
| <table> | ||
| <tr> | ||
| <td> | ||
| <label for="entityID">Entity ID</label> | ||
| </td> | ||
| <td> | ||
| <input name="entityID" id="entityID" type="text" /> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| <input type="submit" /> | ||
| </form> | ||
| <form action="https://idp.unicon.local/idp/profile/admin/reload-metadata" target="_blank" method="get"> | ||
| <h2>Reload Metadata</h2> | ||
| <table> | ||
| <tr> | ||
| <td> | ||
| <label for="id">provider id</label> | ||
| </td> | ||
| <td> | ||
| <input name="id" id="provider" type="text" /> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| <input type="submit" /> | ||
| </form> | ||
| <form action="https://idp.unicon.local/idp/profile/SAML2/Unsolicited/SSO" target="_blank" method="get"> | ||
| <h2>Unsolicited SSO</h2> | ||
| <table> | ||
| <tr> | ||
| <td> | ||
| <label for="providerId">provider id</label> | ||
| </td> | ||
| <td> | ||
| <input name="providerId" type="text" /> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| <input type="submit" /> | ||
| </form> | ||
| <a href="https://idp.unicon.local/idp/profile/admin/metrics" target="_blank">metrics</a> | ||
| </body> | ||
| </html> |
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 |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| spring: | ||
| profiles: | ||
| include: | ||
| datasource: | ||
| platform: mysql | ||
| driver-class-name: org.mariadb.jdbc.Driver | ||
| url: jdbc:mariadb://database:3306/shibui | ||
| username: shibui | ||
| password: shibui | ||
| jpa: | ||
| properties: | ||
| hibernate: | ||
| dialect: org.hibernate.dialect.MariaDB103Dialect |
19 changes: 19 additions & 0 deletions
19
testbed/smoke-test/db_configs/mariadb.docker-compose.override.yml
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 |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| services: | ||
| database: | ||
| image: mariadb | ||
| environment: | ||
| MYSQL_DATABASE: shibui | ||
| MYSQL_USER: shibui | ||
| MYSQL_PASSWORD: shibui | ||
| MYSQL_ROOT_PASSWORD: root | ||
| healthcheck: | ||
| test: mysql -u shibui --password=shibui shibui -e "select 1" | ||
| interval: 5s | ||
| retries: 5 | ||
| start_period: 5s | ||
| timeout: 10s | ||
| shib-idp-ui: | ||
| depends_on: | ||
| database: | ||
| condition: service_healthy | ||
|
|
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 |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| spring: | ||
| profiles: | ||
| include: | ||
| datasource: | ||
| platform: mysql | ||
| driver-class-name: com.mysql.cj.jdbc.Driver | ||
| url: jdbc:mysql://database:3306/shibui | ||
| username: shibui | ||
| password: shibui | ||
| jpa: | ||
| properties: | ||
| hibernate: | ||
| dialect: org.hibernate.dialect.MySQL8Dialect |
19 changes: 19 additions & 0 deletions
19
testbed/smoke-test/db_configs/mysql.docker-compose.override.yml
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 |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| services: | ||
| database: | ||
| image: mysql | ||
| environment: | ||
| MYSQL_DATABASE: shibui | ||
| MYSQL_USER: shibui | ||
| MYSQL_PASSWORD: shibui | ||
| MYSQL_ROOT_PASSWORD: root | ||
| healthcheck: | ||
| test: mysql -u shibui --password=shibui shibui -e "select 1" | ||
| interval: 5s | ||
| retries: 5 | ||
| start_period: 5s | ||
| timeout: 10s | ||
| shib-idp-ui: | ||
| depends_on: | ||
| database: | ||
| condition: service_healthy | ||
|
|
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 |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| spring: | ||
| profiles: | ||
| include: | ||
| datasource: | ||
| platform: postgres | ||
| driver-class-name: org.postgresql.Driver | ||
| url: jdbc:postgresql://database:5432/shibui | ||
| username: shibui | ||
| password: shibui | ||
| jpa: | ||
| properties: | ||
| hibernate: | ||
| dialect: org.hibernate.dialect.PostgreSQLDialect |
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 |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| spring: | ||
| profiles: | ||
| include: | ||
| datasource: | ||
| platform: sqlserver | ||
| driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver | ||
| url: jdbc:sqlserver://database:1433 | ||
| username: sa | ||
| password: Password1 | ||
| jpa: | ||
| properties: | ||
| hibernate: | ||
| dialect: org.hibernate.dialect.SQLServerDialect |
17 changes: 17 additions & 0 deletions
17
testbed/smoke-test/db_configs/sqlServer.docker-compose.override.yml
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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| services: | ||
| database: | ||
| build: | ||
| context: ../sqlServer | ||
| dockerfile: ../sqlServer/docker/Dockerfile | ||
| image: smoke-test_database | ||
| # healthcheck: | ||
| # test: mysql -u shibui --password=shibui shibui -e "select 1" | ||
| # interval: 5s | ||
| # retries: 5 | ||
| # start_period: 5s | ||
| # timeout: 10s | ||
| # shib-idp-ui: | ||
| # depends_on: | ||
| # database: | ||
| # condition: service_healthy | ||
|
|
Oops, something went wrong.