OpenSearch/x-pack/plugin/sql/qa/security
Jason Tedor 3a7192966a
Check if interface is up for loopback devices only (#51583)
In the SQL with SSL tests, we need to find the interfaces that are up,
are loopback devices, or have a loopback address. If we check if the
device is up first, we can run into situations where the device is a
virtual ethernet device that might have disappeared between us seeing
the device, and checking if it is up. By first checking if the device is
a loopback device or it has a loopback address, then we can avoid
checking if the device is up except for loopback devices and therefore
we can avoid the disappearing virtual ethernet device problem.
2020-01-28 18:38:46 -05:00
..
src/test Make .async-search-* a restricted namespace (#50294) 2020-01-13 12:20:54 +02:00
with-ssl Check if interface is up for loopback devices only (#51583) 2020-01-28 18:38:46 -05:00
without-ssl Testclusters: conver remaining x-pack (#43335) 2019-06-24 12:07:42 +03:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
roles.yml SQL: enforce JDBC driver - ES server version parity (#38972) 2019-02-20 11:29:02 +02:00