Skip to content

Commit

Permalink
Remove outdated comment about schema validation not working (it does …
Browse files Browse the repository at this point in the history
…work now). (elastic#100055)
  • Loading branch information
cjcenizal committed May 13, 2021
1 parent 2a85ef7 commit f942d58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/console/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export const config = schema.object(
enabled: schema.boolean({ defaultValue: true }),
proxyFilter: schema.arrayOf(schema.string(), { defaultValue: ['.*'] }),
ssl: schema.object({ verify: schema.boolean({ defaultValue: false }) }, {}),

// This does not actually work, track this issue: https://github.com/elastic/kibana/issues/55576
proxyConfig: schema.arrayOf(
schema.object({
match: schema.object({
Expand Down

0 comments on commit f942d58

Please sign in to comment.