OpenSearch/qa/sql/no-security
Nik Everett 33f4a8317c JDBC metadata integration with security (elastic/x-pack-elasticsearch#2806)
I realized that we weren't running our DatabaseMetaData tests. One thing led to another and I made these changes:
1. Got the DatabaseMetaData tests running in all three of our QA projects.
2. Fixed the SecurityCatalogFilter to work with `SqlGetIndicesAction`. It worked before, but only for requests that were a `SqlAction` as well as `SqlGetIndicesAction`.
3. Added security test for the JDBC DatabaseMetaData requests. These mirror exactly the security tests that we use for `SHOW TABLES` and `DESCRIBE` but cover the JDBC actions.

Original commit: elastic/x-pack-elasticsearch@7026d83c06
2017-10-30 23:22:12 +00:00
..
src/test/java/org/elasticsearch/xpack/qa/sql/nosecurity JDBC metadata integration with security (elastic/x-pack-elasticsearch#2806) 2017-10-30 23:22:12 +00:00
build.gradle Shuffle SQL's integration tests some (elastic/x-pack-elasticsearch#2403) 2017-08-30 17:22:46 -04:00