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
In 2.17 the identity feature flag was in place and is disabled by default. With #16024 backported to 2.x, in the identity feature is enabled with no way to disable. We have skipped past the step where its enabled by default and had several releases to confirm everything is working as expected.
I would advice caution with this feature roll out to be sure we aren't creating any blocking issue. Lets add the flag back but flip the state to enabled by default.
Thanks @peternied , adding to that, I believe this feature flag is not used at all in the wild (safe to remove). Also, all feature flags have to be disabled by default but we could flip it on in opensearch.yml if you think think we have to bring it back ( shiro plugin is not installed by default).
Describe the bug
In 2.17 the identity feature flag was in place and is disabled by default. With #16024 backported to 2.x, in the identity feature is enabled with no way to disable. We have skipped past the step where its enabled by default and had several releases to confirm everything is working as expected.
I would advice caution with this feature roll out to be sure we aren't creating any blocking issue. Lets add the flag back but flip the state to enabled by default.
Additional Details
The text was updated successfully, but these errors were encountered: