Uploaded image for project: 'Server Deployments and Scale'
  1. Server Deployments and Scale
  2. SCALE-149

Add OpenSearch parameters to confluence.cfg.xml.j2 template.

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • None
    • None
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Add OpenSearch parameters to the confluence.cfg.xml.j2 template and provide environment variables to set them. This will help to prevent the OpenSearch password from being printed in the log file in plain text and getting encrypted in confluence.cfg.xml from Confluence 9.1+ as per the new functionality

      <property name="opensearch.http.url">{{ atl_opensearch_url }}<</property>
      <property name="opensearch.username">{{ atl_opensearch_username }}<</property>
      <property name="opensearch.password">{{ atl_opensearch_password }}</property> 

      It will be great if enabling OpenSearch in values.yaml populates the above property in confluence.cfg.xml instead of adding them as JVM parameters as a default behavior.

              c64f33b2bce3 Yevhen
              14e5536372e2 Ojas Potdar (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: