You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo" In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files"
47
+
echo"### Breaking change in packaging since 2.13.0"
48
+
echo" In 2.13.0 and later releases of OpenSearch Dashboards, we have changed the permissions associated with access to installed files"
49
49
echo" If you are configuring tools that require read access to the OpenSearch Dashboards configuration files, we recommend you add the user that runs these tools to the 'opensearch-dashboards' group"
50
50
echo" For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
echo" In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files"
101
+
echo"### Breaking change in packaging since 2.13.0"
102
+
echo" In 2.13.0 and later releases of OpenSearch Dashboards, we have changed the permissions associated with access to installed files"
103
103
echo" If you are configuring tools that require read access to the OpenSearch Dashboards configuration files, we recommend you add the user that runs these tools to the 'opensearch-dashboards' group"
104
104
echo" For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
Copy file name to clipboardexpand all lines: scripts/pkg/build_templates/current/opensearch/deb/debian/postinst
+2-2
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,8 @@ else
87
87
fi
88
88
fi
89
89
90
-
echo"### Upcoming breaking change in packaging"
91
-
echo" In a future release of OpenSearch, we plan to change the permissions associated with access to installed files"
90
+
echo"### Breaking change in packaging since 2.13.0"
91
+
echo" In 2.13.0 and later releases of OpenSearch, we have changed the permissions associated with access to installed files"
92
92
echo" If you are configuring tools that require read access to the OpenSearch configuration files, we recommend you add the user that runs these tools to the 'opensearch' group"
93
93
echo" For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
Copy file name to clipboardexpand all lines: scripts/pkg/build_templates/current/opensearch/rpm/opensearch.rpm.spec
+2-2
Original file line number
Diff line number
Diff line change
@@ -140,8 +140,8 @@ if [ -d %{product_dir}/plugins/opensearch-security ]; then
140
140
echo "### Create opensearch demo certificates in %{config_dir}/"
141
141
echo " See demo certs creation log in %{log_dir}/install_demo_configuration.log"
142
142
fi
143
-
echo "### Upcoming breaking change in packaging"
144
-
echo " In a future release of OpenSearch, we plan to change the permissions associated with access to installed files"
143
+
echo "### Breaking change in packaging since 2.13.0"
144
+
echo " In 2.13.0 and later releases of OpenSearch, we have changed the permissions associated with access to installed files"
145
145
echo " If you are configuring tools that require read access to the OpenSearch configuration files, we recommend you add the user that runs these tools to the 'opensearch' group"
146
146
echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
0 commit comments