Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for proxyConfig and proxyFilter settings in Console in 8.0 #39494

Closed
cjcenizal opened this issue Jun 23, 2019 · 1 comment · Fixed by #113555
Closed

Remove support for proxyConfig and proxyFilter settings in Console in 8.0 #39494

cjcenizal opened this issue Jun 23, 2019 · 1 comment · Fixed by #113555
Labels
Breaking Change Feature:Console Dev Tools Console Feature Feature:Dev Tools required-for-8.0 This work is required to be done before 8.0 lands, bc it relates to a breaking change or similar. Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@cjcenizal
Copy link
Contributor

cjcenizal commented Jun 23, 2019

Background

The console.proxyFilter and console.proxyConfig settings were introduced in the original version of Console, which was originally a standalone app called Sense. These settings were originally used to secure the Console requests that would be sent to ES through the Kibana server acting as a proxy, including SSL configuration. Learn more about these settings by reading the 5.0 docs.

In 5.3 we deprecated these settings (#9823) in favor of the standard server.ssl.* and elasticsearch.ssl.keyPassphrase settings. See that PR for more info.

Related PRs:

Motivation for removal

These settings have been deprecated for a long time and require a lot of code to support. Removing support for them will let us delete a significant amount legacy code.

NOTE: This is a breaking change, so requires a release note with details on how to migrate to the replacement settings as well as a registered Kibana deprecation (#109872).

@cjcenizal cjcenizal added release_note:breaking Feature:Console Dev Tools Console Feature Feature:Dev Tools Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Jun 23, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Feature:Console Dev Tools Console Feature Feature:Dev Tools required-for-8.0 This work is required to be done before 8.0 lands, bc it relates to a breaking change or similar. Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants