OpenSearch/x-pack/plugin/security
Jason Tedor d0f071236a
Simplify filtering addresses on interfaces (#41758)
This commit is a refactoring of how we filter addresses on
interfaces. In particular, we refactor all of these methods into a
common private method. We also change the order of logic to first check
if an address matches our filter and then check if the interface is
up. This is to possibly avoid problems we are seeing where devices are
flapping up and down while we are checking for loopback addresses. We do
not expect the loopback device to flap up and down so by reversing the
logic here we avoid that problem on CI machines. Finally, we expand the
error message when this does occur so that we know which device is
flapping.
2019-05-02 16:36:27 -04:00
..
cli Simplify filtering addresses on interfaces (#41758) 2019-05-02 16:36:27 -04:00
forbidden Add an OpenID Connect authentication realm (#40674) (#41178) 2019-04-15 12:41:16 +03:00
licenses Add an OpenID Connect authentication realm (#40674) (#41178) 2019-04-15 12:41:16 +03:00
qa Add negative tests for security features in basic 2019-05-01 14:00:32 -04:00
src Support http read timeouts for transport-nio (#41466) 2019-05-02 09:48:52 -06:00
build.gradle Add an OpenID Connect authentication realm (#40674) (#41178) 2019-04-15 12:41:16 +03:00