You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I can not create http monitors using the elasticstack_kibana_synthetics_monitor resource with custom certificates.
Describe the solution you'd like
The resource needs to implement an option for setting ssl.certificate_authorities, for example as ssl_certificate_authorities.
Describe alternatives you've considered
As of now, ssl_verification_mode must be set to none to check endpoints with custom certificates.
The text was updated successfully, but these errors were encountered:
I did prepare a change to support 8.16 in the provider #964 .
That will help to include certificate_authorities support.
While testing new kibana API version I faced the following (same described in the docs). API accepts ssl config option as documented in ssl support, but returns it key by key (not as a json object) in the response, here is an example:
Is your feature request related to a problem? Please describe.
I can not create http monitors using the
elasticstack_kibana_synthetics_monitor
resource with custom certificates.Describe the resource you would like to have implemented.
The resource already targets the right API: https://www.elastic.co/guide/en/kibana/current/add-monitor-api.html
Describe the solution you'd like
The resource needs to implement an option for setting
ssl.certificate_authorities
, for example asssl_certificate_authorities
.Describe alternatives you've considered
As of now,
ssl_verification_mode
must be set tonone
to check endpoints with custom certificates.The text was updated successfully, but these errors were encountered: