From 79e95b0ab60dabe9334c0ed8ab2ea28be096415b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ccrowdvector=E2=80=9D?= Date: Sun, 27 Jun 2021 18:33:34 -0400 Subject: [PATCH] bug fixes for JWT, other issues --- config/www.conf | 3 +++ config/www.ubi.conf | 3 +++ hardening_manifest.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/config/www.conf b/config/www.conf index 82a97fa..40040b9 100644 --- a/config/www.conf +++ b/config/www.conf @@ -16,3 +16,6 @@ ping.response = pong ; This is required for env injection and multi-tenancy clear_env = no + +; Show php errors in appserver container logs +catch_workers_output = yes diff --git a/config/www.ubi.conf b/config/www.ubi.conf index a40d976..ffb7174 100644 --- a/config/www.ubi.conf +++ b/config/www.ubi.conf @@ -20,3 +20,6 @@ ping.response = pong ; This is required for env injection and multi-tenancy clear_env = no + +; Show php errors in appserver container logs +catch_workers_output = yes diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index f2bb4d7..31f221e 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "collaborationai/crowd-vector/appserver" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "21.18" +- "21.25" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://collaboration.ai/products/crowdvector/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Collaboration.Ai" - org.opencontainers.image.version: "21.18" + org.opencontainers.image.version: "21.25" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "CrowdVector" ## This value can be "opensource" or "commercial" @@ -187,11 +187,11 @@ resources: validation: type: "sha256" value: "4a8a2ad892806add76befc6f1fcc62230efeb3700fdda293bb4de948ab3d04ab" - - url: "https://gitlab.com/crowdvector/dist/-/raw/feature/distribution/docker/appserver/appserver-21.18.tar.gz.aes.tar.gz" + - url: "https://gitlab.com/crowdvector/dist/-/raw/feature/distribution/docker/appserver/appserver-21.25.tar.gz.aes.tar.gz" filename: "appserver.tar.gz.aes.tar.gz" validation: type: "sha256" - value: "61653b924ac5802b339b57b58623855c281fbac9042a6f69d4e7aad4c4c5b224" + value: "86588b40d5b815771d5c51d652b926bc0af01a8b644d13cc65e8f1f100594d89" # List of project maintainers maintainers: -- GitLab