Remove support for console.ssl setting. (#123754) (#123780)

(cherry picked from commit 49d0f2eafc)

Co-authored-by: CJ Cenizal <cj@cenizal.com>
This commit is contained in:
Kibana Machine 2022-01-25 23:29:00 -05:00 committed by GitHub
parent fd32ab50c4
commit 7a14a0f4a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@ const kibanaVersion = new SemVer(MAJOR_VERSION);
// -------------------------------
const schemaLatest = schema.object(
{
ssl: schema.object({ verify: schema.boolean({ defaultValue: false }) }, {}),
ui: schema.object({
enabled: schema.boolean({ defaultValue: true }),
}),