Is your feature request related to a problem?
OpenSearch release process includes running plugin integration tests against a cluster with security plugin enabled.
SQL plugin CI does not validate this configuration therefore it's possible for SQL plugin to fail OpenSearch release process to fail.
What solution would you like?
SQL Java CI GitHub action to run :integ-test:integTest gradle task against OpenSearch cluster with security plugin enabled as well as a cluster with security plugin disabled.
What alternatives have you considered?
Someone can do this manually.
Do you have any additional context?
OpenSearch release cannot proceed unless all checks pass. When one fails, it's disruptive for everyone.

Is your feature request related to a problem?
OpenSearch release process includes running plugin integration tests against a cluster with security plugin enabled.
SQL plugin CI does not validate this configuration therefore it's possible for SQL plugin to fail OpenSearch release process to fail.
What solution would you like?
SQL Java CI GitHub action to run
:integ-test:integTestgradle task against OpenSearch cluster with security plugin enabled as well as a cluster with security plugin disabled.What alternatives have you considered?
Someone can do this manually.
Do you have any additional context?
OpenSearch release cannot proceed unless all checks pass. When one fails, it's disruptive for everyone.