SQL: Drop requirement to have keystore (elastic/x-pack-elasticsearch#3896)
SQL doesn't need the keystore. We required it by mistake. Original commit: elastic/x-pack-elasticsearch@6840637feb
This commit is contained in:
parent
24c6a21d8f
commit
45ac81127a
|
@ -5,7 +5,6 @@ esplugin {
|
|||
name 'x-pack-sql'
|
||||
description 'The Elasticsearch plugin that powers SQL for Elasticsearch'
|
||||
classname 'org.elasticsearch.xpack.sql.plugin.SqlPlugin'
|
||||
requiresKeystore true
|
||||
extendedPlugins = ['x-pack-core']
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue