From 5cc426766e48d96048337c6b78d909c66d95840d Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Thu, 14 Nov 2024 13:57:17 +0100 Subject: [PATCH] feat: additional CI debug informations --- .github/workflows/python-app.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index b466280..133eee4 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -46,9 +46,18 @@ jobs: - name: djangosaml2 SP metadata to Proxy run: | wget http://localhost:8000/saml2/metadata -O Docker-compose/satosa-project/metadata/sp/djangosaml2_sp.xml - - name: Metadata proxy to djangosaml2 SP + - name: Inspect djangosaml2 SP metadata run: | - wget --no-check-certificate https://localhost/Saml2IDP/metadata -O Docker-compose/djangosaml2_sp/saml2_sp/saml2_config/satosa-saml2spid.xml + cat Docker-compose/satosa-project/metadata/sp/djangosaml2_sp.xml + - name: Inspect Satosa status + run: | + docker container inspect satosa-saml2spid + - name: Copy Satosa IDP Metadata to djangosaml2 SP + run: | + wget -v --no-check-certificate https://localhost/Saml2IDP/metadata -O Docker-compose/djangosaml2_sp/saml2_sp/saml2_config/satosa-saml2spid.xml + - name: Inspect Satosa IDP Metadata + run: | + cat Docker-compose/djangosaml2_sp/saml2_sp/saml2_config/satosa-saml2spid.xml - name: spid-sp-test SPID metadata, requests and responses run: | cd Docker-compose/satosa-project