diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f41841732582cf56e732e894166abd812db1968..8f99c943be9baa84188ba23fce87bd910b0bec18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,20 +48,20 @@ include: - project: "osdu/platform/ci-cd-pipelines" file: "scanners/gitlab-ultimate.yml" - - project: "osdu/platform/ci-cd-pipelines" - file: "cloud-providers/aws.yml" +# - project: "osdu/platform/ci-cd-pipelines" +# file: "cloud-providers/aws.yml" - - project: "osdu/platform/ci-cd-pipelines" - file: "cloud-providers/ibm.yml" +# - project: "osdu/platform/ci-cd-pipelines" +# file: "cloud-providers/ibm.yml" - - project: "osdu/platform/ci-cd-pipelines" - file: "cloud-providers/azure.yml" +# - project: "osdu/platform/ci-cd-pipelines" +# file: "cloud-providers/azure.yml" - project: 'osdu/platform/ci-cd-pipelines' file: 'cloud-providers/osdu-gcp-cloudrun.yml' -aws-test-java: - tags: ['aws-internal-test'] +##aws-test-java: +# tags: ['aws-internal-test'] osdu-gcp-test: variables: diff --git a/search-core/src/main/java/org/opengroup/osdu/search/util/ElasticClientHandler.java b/search-core/src/main/java/org/opengroup/osdu/search/util/ElasticClientHandler.java index a9096b248210a9b4136a1b08467e2d8ee6c7bea0..49d66ed04386b82a338e9634c94c4181214bbad5 100644 --- a/search-core/src/main/java/org/opengroup/osdu/search/util/ElasticClientHandler.java +++ b/search-core/src/main/java/org/opengroup/osdu/search/util/ElasticClientHandler.java @@ -83,6 +83,8 @@ public class ElasticClientHandler { if (!clusterSettings.isTls()) { tls = "false"; } + + log.info("Elastic creds = "+ cluster + " "+ host +" " + port); String basicEncoded = Base64.getEncoder() .encodeToString(clusterSettings.getUserNameAndPassword().getBytes()); String basicAuthenticationHeaderVal = String.format("Basic %s", basicEncoded);