Skip to content

Commit a59b2d6

Browse files
committed
update new cert for root and node
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
1 parent 1af1115 commit a59b2d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/os-osd-deployment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
kube-config: ${{ secrets.KUBE_CONFIG_DATA_DEV }}
4848
ga-tracking-id: ${{ secrets.GA_TRACKING_ID }}
4949
kibanaserver: ${{ secrets.KIBANASERVER }}
50-
esnode_cert: ${{ secrets.ESNODE_CERT }}
50+
esnode_cert: ${{ secrets.ESNODE_CERT_NEW }}
5151
esnode_key_cert: ${{ secrets.ESNODE_KEY_CERT }}
52-
root_ca_cert: ${{ secrets.ROOT_CA_CERT }}
52+
root_ca_cert: ${{ secrets.ROOT_CA_CERT_NEW }}
5353

5454
OS-OSD-Prod-Deployment:
5555
needs: Pre-Deployment

config/playground/helm/dev/helm-opensearch-dashboards.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ config:
117117
'ff00::/8',
118118
]
119119

120-
# Set enabled false to hide authentication method in OpenSearch Dashboards.
121-
# If this setting is commented then all 3 options will be available in OpenSearch Dashboards.
122-
# Default value will be considered to True.
120+
# Set enabled to false to hide the authentication method from multiple data source in OpenSearch Dashboards.
121+
# If this setting is commented out, then all three options will be available in OpenSearch Dashboards.
122+
# The default value will be considered as true.
123123
data_source.authTypes:
124124
NoAuthentication:
125125
enabled: true

0 commit comments

Comments
 (0)