From 7586554e54ce6c63e0a4c5e681874f21529b0263 Mon Sep 17 00:00:00 2001 From: Ondrej Kotek Date: Thu, 7 Nov 2024 11:05:18 +0100 Subject: [PATCH] [HAL-1993] Use SASL authentication in tests for domain --- wildfly/src/main/docker/Dockerfile-domain | 2 +- wildfly/src/main/docker/Dockerfile-domain-development | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wildfly/src/main/docker/Dockerfile-domain b/wildfly/src/main/docker/Dockerfile-domain index 3a7ec09767..0a681ac525 100644 --- a/wildfly/src/main/docker/Dockerfile-domain +++ b/wildfly/src/main/docker/Dockerfile-domain @@ -21,7 +21,7 @@ FROM ${WILDFLY_BASE}:${WILDFLY_VERSION} LABEL maintainer="Harald Pehl " RUN /opt/jboss/wildfly/bin/add-user.sh -u admin -p admin --silent -RUN sed -e 's///' -e 's///' -e 's///' /opt/jboss/wildfly/domain/configuration/host.xml > /opt/jboss/wildfly/domain/configuration/host-insecure.xml +RUN sed -e 's///' /opt/jboss/wildfly/domain/configuration/host.xml > /opt/jboss/wildfly/domain/configuration/host-insecure.xml RUN sed -i '/allowed-origins=".*"/! s///' /opt/jboss/wildfly/domain/configuration/host*.xml RUN sed -i '/\)$/\1 auto-start="false"\2/' /opt/jboss/wildfly/domain/configuration/host*.xml RUN sed -i '/\)$/\1 auto-start="false"\2/' /opt/jboss/wildfly/domain/configuration/host*.xml diff --git a/wildfly/src/main/docker/Dockerfile-domain-development b/wildfly/src/main/docker/Dockerfile-domain-development index f01f5485eb..35c8ccf57e 100644 --- a/wildfly/src/main/docker/Dockerfile-domain-development +++ b/wildfly/src/main/docker/Dockerfile-domain-development @@ -32,7 +32,7 @@ RUN tar xf /wildfly-${WILDFLY_VERSION}.tar.gz --directory=/ \ USER jboss RUN /opt/jboss/wildfly/bin/add-user.sh -u admin -p admin --silent -RUN sed -e 's///' -e 's///' -e 's///' /opt/jboss/wildfly/domain/configuration/host.xml > /opt/jboss/wildfly/domain/configuration/host-insecure.xml +RUN sed -e 's///' /opt/jboss/wildfly/domain/configuration/host.xml > /opt/jboss/wildfly/domain/configuration/host-insecure.xml RUN sed -i '/allowed-origins=".*"/! s///' /opt/jboss/wildfly/domain/configuration/host*.xml RUN sed -i '/\)$/\1 auto-start="false"\2/' /opt/jboss/wildfly/domain/configuration/host*.xml RUN sed -i '/\)$/\1 auto-start="false"\2/' /opt/jboss/wildfly/domain/configuration/host*.xml