Skip to content

Commit

Permalink
Corrected server_name field value which was coming empty after upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Rensy Thomas <[email protected]>
  • Loading branch information
rensycthomas committed Dec 20, 2024
1 parent a8b8e24 commit 9245eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/automate-backend-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This provides the `automate-backend-deployment` package.

This package will build a package using terraform/a2ha-terraform, inspecs, test, certs and Makefile.
This package will build a package using terraform/a2ha-terraform, inspecs, test, certs and Makefile.

This is the heart of the a2ha because this component will set up a workspace for a2ha and all the a2ha command will get available after installing this package.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
password = "<%= svc_configs[:opensearch]['opensearch_auth']['admin_password'] -%>"
[global.v1.external.opensearch.ssl]
<% if overrides[:opensearch_custom_certs_enabled] == true -%>
server_name = ""
server_name = "<%= cn(svc_configs[:opensearch]['tls']['ssl_cert']) -%>"
root_cert = """<%= overrides[:opensearch_root_ca] -%>"""
<% else %>
server_name = "<%= cn(svc_configs[:opensearch]['tls']['ssl_cert']) -%>"
Expand Down

0 comments on commit 9245eeb

Please sign in to comment.