mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Response Ops][Connectors] New xpack.actions.webhook.ssl.pfx.enabled
config (#222507)
## Summary Closes https://github.com/elastic/kibana/issues/220416 ## Release note New `xpack.actions.webhook.ssl.pfx.enabled` Kibana setting to disable Webhook connector PFX file support for SSL client authentication --------- Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com>
This commit is contained in:
parent
dfd783e12a
commit
25b4f507e2
28 changed files with 396 additions and 23 deletions
|
@ -841,6 +841,12 @@ For more examples, go to [Preconfigured connectors](/reference/connectors-kibana
|
|||
|
||||
Data type: `string`
|
||||
|
||||
`xpack.actions.webhook.ssl.pfx.enabled`
|
||||
: Disable PFX file support for SSL client authentication. When set to `false`, the application will not accept PFX certificate files and will require separate certificate and private key files instead. Only applies to the [Webhook connector](/reference/connectors-kibana/webhook-action-type.md).
|
||||
|
||||
Data type: `bool`
|
||||
Default: `true`
|
||||
|
||||
## Alerting settings [alert-settings]
|
||||
|
||||
`xpack.alerting.cancelAlertsOnRuleTimeout` 
|
||||
|
|
|
@ -2303,6 +2303,27 @@ groups:
|
|||
self: all
|
||||
# example: |
|
||||
|
||||
- setting: xpack.actions.webhook.ssl.pfx.enabled
|
||||
# id:
|
||||
description: |
|
||||
Disable PFX file support for SSL client authentication. When set to `false`, the application will not accept PFX certificate files and will require separate certificate and private key files instead. Only applies to the [Webhook connector](/reference/connectors-kibana/webhook-action-type.md).
|
||||
# state: deprecated/hidden/tech-preview
|
||||
# deprecation_details: ""
|
||||
# note: ""
|
||||
# tip: ""
|
||||
# warning: ""
|
||||
# important: ""
|
||||
datatype: bool
|
||||
default: true
|
||||
# options:
|
||||
# - option:
|
||||
# description: ""
|
||||
# type: static/dynamic
|
||||
applies_to:
|
||||
deployment:
|
||||
self: all
|
||||
# example: |
|
||||
|
||||
- group: Alerting settings
|
||||
id: alert-settings
|
||||
# description: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue