File tree 2 files changed +5
-5
lines changed
config/playground/helm/dev
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
kube-config : ${{ secrets.KUBE_CONFIG_DATA_DEV }}
48
48
ga-tracking-id : ${{ secrets.GA_TRACKING_ID }}
49
49
kibanaserver : ${{ secrets.KIBANASERVER }}
50
- esnode_cert : ${{ secrets.ESNODE_CERT }}
50
+ esnode_cert : ${{ secrets.ESNODE_CERT_NEW }}
51
51
esnode_key_cert : ${{ secrets.ESNODE_KEY_CERT }}
52
- root_ca_cert : ${{ secrets.ROOT_CA_CERT }}
52
+ root_ca_cert : ${{ secrets.ROOT_CA_CERT_NEW }}
53
53
54
54
OS-OSD-Prod-Deployment :
55
55
needs : Pre-Deployment
Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ config:
117
117
' ff00::/8' ,
118
118
]
119
119
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 .
123
123
data_source.authTypes :
124
124
NoAuthentication :
125
125
enabled : true
You can’t perform that action at this time.
0 commit comments