diff --git a/docker/Dockerfile b/docker/Dockerfile index 0b71a20..6a4b49c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -22,7 +22,7 @@ RUN curl -L -O https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson RUN curl -L -O https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/${JACKSON_LIB_VERSION}/jackson-annotations-${JACKSON_LIB_VERSION}.jar # Download & build EU-eidas software -ARG EIDAS_NODE_VERSION=2.7.1 +ARG EIDAS_NODE_VERSION=2.8.0 RUN git clone --depth 1 --branch eidasnode-${EIDAS_NODE_VERSION} https://ec.europa.eu/digital-building-blocks/code/scm/eid/eidasnode-pub.git # Add our custom libs and config to EU-eidas software before build diff --git a/docker/dev.Dockerfile b/docker/dev.Dockerfile index facf216..7136bd0 100644 --- a/docker/dev.Dockerfile +++ b/docker/dev.Dockerfile @@ -22,7 +22,7 @@ RUN curl -L -O https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson RUN curl -L -O https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/${JACKSON_LIB_VERSION}/jackson-annotations-${JACKSON_LIB_VERSION}.jar # Download & build EU-eidas software -ARG EIDAS_NODE_VERSION=2.7.1 +ARG EIDAS_NODE_VERSION=2.8.0 RUN git clone --depth 1 --branch eidasnode-${EIDAS_NODE_VERSION} https://ec.europa.eu/digital-building-blocks/code/scm/eid/eidasnode-pub.git # Add our custom libs and config to EU-eidas software before build diff --git a/docker/proxy/logback.xml b/docker/proxy/logback.xml index d55badd..3700d62 100644 --- a/docker/proxy/logback.xml +++ b/docker/proxy/logback.xml @@ -16,7 +16,10 @@ - + + + + diff --git a/docker/proxy/profiles/docker/eidas.xml b/docker/proxy/profiles/docker/eidas.xml index ff8a1a2..ec9d0c0 100644 --- a/docker/proxy/profiles/docker/eidas.xml +++ b/docker/proxy/profiles/docker/eidas.xml @@ -54,9 +54,12 @@ https://dummy.no - 1.3 - http://eidas.europa.eu/LoA/high + 1.4;1.3 + http://eidas.europa.eu/LoA/high + + + BC diff --git a/docker/proxy/profiles/prod/eidas.xml b/docker/proxy/profiles/prod/eidas.xml index 9fac3df..1f49911 100644 --- a/docker/proxy/profiles/prod/eidas.xml +++ b/docker/proxy/profiles/prod/eidas.xml @@ -53,7 +53,12 @@ https://dummy.no - 1.3 + 1.4;1.3 + http://eidas.europa.eu/LoA/high + + + BC + diff --git a/docker/proxy/profiles/systest/eidas.xml b/docker/proxy/profiles/systest/eidas.xml index b333bb5..ab0b5fc 100644 --- a/docker/proxy/profiles/systest/eidas.xml +++ b/docker/proxy/profiles/systest/eidas.xml @@ -53,7 +53,12 @@ https://dummy.no - 1.3 + 1.4;1.3 + http://eidas.europa.eu/LoA/high + + + BC + diff --git a/docker/proxy/profiles/test/eidas.xml b/docker/proxy/profiles/test/eidas.xml index 9d426d7..a9a0167 100644 --- a/docker/proxy/profiles/test/eidas.xml +++ b/docker/proxy/profiles/test/eidas.xml @@ -53,7 +53,12 @@ https://dummy.no - 1.3 + 1.4;1.3 + http://eidas.europa.eu/LoA/high + + + BC +