OpenSearch/x-pack/plugin/security/qa
Tim Vernum 74dbdb991c
Avoid NPE in set_security_user without security (#53543)
If security was disabled (explicitly), then the SecurityContext would
be null, but the set_security_user processor was still registered.

Attempting to define a pipeline that used that processor would fail
with an (intentional) NPE. This behaviour, introduced in #52032, is a
regression from previous releases where the pipeline was allowed, but
was no usable.

This change restores the previous behaviour (with a new warning).

Backport of: #52691
2020-03-17 13:30:07 +11:00
..
basic-enable-security Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
security-basic Improved diagnostics for TLS trust failures (#49669) 2019-11-29 15:01:20 +11:00
security-disabled Avoid NPE in set_security_user without security (#53543) 2020-03-17 13:30:07 +11:00
security-not-enabled Avoid NPE in set_security_user without security (#53543) 2020-03-17 13:30:07 +11:00
tls-basic Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
build.gradle [7.x] Smarter copying of the rest specs and tests (#52114) (#52798) 2020-02-26 08:13:41 -06:00