-
Notifications
You must be signed in to change notification settings - Fork 96
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
[Feature] Support option ssl.certificate_authorities for elasticstack_kibana_synthetics_monitor #916
Comments
Quick update here. Due-to elastic/kibana#187952 We would need to plan the provider upgrade to 8.16 and synthetics fix to make it work. @mag-mkorn , which kibana / ES stack version do you use? |
We're currently still running 8.15.3. But upgrading to newer versions is no issue. |
I did prepare a change to support That will help to include While testing new kibana API version I faced the following (same described in the docs). API accepts
That forces me to support it in terraform provider key by key. I'm about to add support for following keys:
Some fields are not supported by
@mag-mkorn , would that be enough for you to move forward? |
@mag-mkorn , after we release this one #967 |
…hanges (#967) * chore: add support 8.16.2 to go-kibana-rest and acc tests adds plan modifiers for the values, which Kibana sets by default, including alert field of a monitor add ssl fields to tcp / http monitors - implements #916 Co-authored-by: Dmitry Onishchenko <[email protected]> --------- Co-authored-by: Dmitry Onishchenko <[email protected]>
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: