Skip to content

Commit

Permalink
build(ci): fix mélange des métadonnées entre les deux serveurs
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancailbourdin committed Jan 7, 2025
1 parent 2fb5c5c commit dc01d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
- name: Run Pupeteer scenarios
run: |
mkdir /etc/cas/metadata-deleg
chmod +x puppeteer/run.sh
CAS_ARGS="-Dcom.sun.net.ssl.checkRevocation=false --spring.profiles.active=test" CAS_DELEG_ARGS="-Dcom.sun.net.ssl.checkRevocation=false --spring.profiles.active=deleg" ./puppeteer/run.sh
1 change: 1 addition & 0 deletions src/main/resources/application-deleg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ cas.interrupt.core.trigger-mode: AFTER_SSO

# SAML
cas.authn.saml-idp.core.entity-id: https://localhost:9443/cas/idp/metadata
cas.authn.saml-idp.metadata.file-system.location: file:/etc/cas/metadata-deleg

# OIDC
cas.authn.oidc.core.issuer: https://localhost:9443/cas/oidc
Expand Down

0 comments on commit dc01d20

Please sign in to comment.