Skip to content

Commit

Permalink
Remove support for console.ssl setting. (#123754)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored Jan 26, 2022
1 parent 797f07b commit 49d0f2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/console/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }),
}),
Expand Down

0 comments on commit 49d0f2e

Please sign in to comment.