Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • P Partition
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Partition
  • Issues
  • #3
Closed (moved) (moved)
Open
Issue created Sep 09, 2020 by Riabokon Stanislav(EPAM)[GCP]@Stanislav_RiabokonMaintainer

ADR Support self-signed certificates for elasticsearch

Context and Scope

Search Service does not support HTTPS connections with self-signed certificates for elastic search.

Decision

Add a property 'security.https.certificate.trust' into application-*.properties.

If it is 'true', we will use TrustSelfSignedStrategy() in org.opengroup.osdu.search.util.ElasticClientHandler that trusts self-signed certificates.

Rational

We would use self-signed certificates for elastic search instead of signed certificates.

Consequences

These changes could affect all providers due to these things will be implemented in search-core.

Edited Sep 09, 2020 by Riabokon Stanislav(EPAM)[GCP]
Assignee
Assign to
Time tracking