From 9879e0147fc076114c7226bd6130d25c14770639 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Thu, 29 Oct 2020 14:03:25 +0100 Subject: [OOM-K8S-CERT-EXTERNAL-PROVIDER] Filter not supported CSR properties Align EJBCA config with OOM Issue-ID: OOM-2559 Signed-off-by: Remigiusz Janeczek Change-Id: I8ab73c84415e1ea1b09b6210ffbf84386315f9eb --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index b5665882..4c5cc8ca 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,8 +8,12 @@ services: ports: - "80:8080" - "443:8443" + environment: + - INITIAL_ADMIN=;PublicAccessAuthenticationToken:TRANSPORT_ANY; volumes: - ./compose-resources/ejbca-configuration.sh:/opt/primekey/scripts/ejbca-configuration.sh + - ./compose-resources/certprofile_CUSTOM_ENDUSER-1834889499.xml:/opt/primekey/custom_profiles/certprofile_CUSTOM_ENDUSER-1834889499.xml + - ./compose-resources/entityprofile_Custom_EndEntity-1356531849.xml:/opt/primekey/custom_profiles/entityprofile_Custom_EndEntity-1356531849.xml healthcheck: test: ["CMD-SHELL", "curl -kI https://localhost:8443/ejbca/publicweb/healthcheck/ejbcahealth"] interval: 10s -- cgit 1.2.3-korg