Force so-user to sync roles to ensure so_kibana role change from superuser to kibana_system

This commit is contained in:
weslambert
2022-07-07 15:55:44 -04:00
committed by GitHub
parent 8b3fa0c4c6
commit 85be2f4f99

View File

@@ -535,6 +535,7 @@ post_to_2.3.130() {
post_to_2.3.140() { post_to_2.3.140() {
echo "Post Processing for 2.3.140" echo "Post Processing for 2.3.140"
FORCE_SYNC=true so-user sync
POSTVERSION=2.3.140 POSTVERSION=2.3.140
} }