Skip to content

Commit

Permalink
update smoke-test to match changes from integration for oidc dynreg
Browse files Browse the repository at this point in the history
  • Loading branch information
sporth committed Oct 31, 2022
1 parent ca51b8e commit 45bd537
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testbed/smoke-test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ services:
POSTGRES_PASSWORD: shibui
POSTGRES_USER: shibui
POSTGRES_DB: shibui
volumes:
- database_data:/var/lib/postgresql/data
- ../integration/shibboleth-idp/db/oidc_dynreg.sql:/docker-entrypoint-initdb.d/oidc_dynreg.sql
idp:
build: ../integration/shibboleth-idp
labels:
Expand All @@ -56,9 +59,11 @@ services:
depends_on:
- directory
- reverse-proxy
- database
networks:
- reverse-proxy
- idp
- backend
volumes:
- dynamic_metadata:/opt/shibboleth-idp/metadata/dynamic
- dynamic_config:/opt/shibboleth-idp/conf/dynamic
Expand Down

0 comments on commit 45bd537

Please sign in to comment.