From f05a5032d369a9cf9052bf82ed62bad5cc4ee68b Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Wed, 3 Mar 2021 18:27:54 -0500 Subject: Add basic authentication security Endpoints exposed outside from the cluster require basic authentication except actuator health and info endpoints. Default user credentials are embedded in the application, they can be overridden with system environment properties. Issue-ID: CPS-175 Signed-off-by: Bruno Sakoto Change-Id: I3dfa0e49e5f4538c923e6bbe9bef976d30359fe6 --- docker-compose/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-compose') diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index fcb4a53811..a2241bcc23 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -20,7 +20,7 @@ version: "3.7" services: #cps-standalone: # container_name: cps-service - # image: ps-service:${VERSION} + # image: cps-service:${VERSION} # volumes: # - "./application.yml:/app/resources/application.yml" # ports: -- cgit 1.2.3-korg