[Actions] Remove deprecated action configuration options #100289
Labels
estimate:small
Small Estimated Level of Effort
Feature:Actions/Framework
Issues related to the Actions Framework
Feature:Actions
response-ops-ec-backlog
ResponseOps E&C backlog
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
technical debt
Improvement of the software architecture and operational architecture
In the PR we deprecated the TLS related actions configuration options:
1.
xpack.actions.rejectUnauthorized
in favor of the new optionxpack.actions.tls.verificationMode
2.
xpack.actions.proxyRejectUnauthorizedCertificates
in favor of the new optionxpack.actions.tls.proxyVerificationMode
.3.
xpack.actions.customHostSettings.tls.rejectUnauthorized
in favor of the new optionxpack.actions.customHostSettings.tls.verificationMode
.Deprecated options should be removed from the actions configuration,
src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker
and cloud.This can be done when telemetry from #108716 shows usage is below 1% or deprecated for > 2.5 years.
The text was updated successfully, but these errors were encountered: