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

This commit is contained in:
CJ Cenizal 2022-01-25 16:32:14 -08:00 committed by GitHub
parent 797f07bf7d
commit 49d0f2eafc
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 }),
}),