G-Research / consuldotnet

Consul.NET is a .NET client library for the Consul HTTP API
https://consuldot.net/
Apache License 2.0
319 stars 82 forks source link

[FEATURE REQUEST]: Connect CA Roots, return root certificates in the cluster #331

Closed IvanKolchanov closed 1 month ago

IvanKolchanov commented 1 month ago

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

Add support to https://developer.hashicorp.com/consul/api-docs/v1.9.x/connect/ca This endpoint returns the current list of trusted CA root certificates in the cluster. This endpoint is supported in Golang client (1.9.17) https://github.com/hashicorp/consul/blob/v1.9.17/api/connect_ca.go#L134

Describe alternatives you've considered

Nothing for the moment

Additional context

Nothing for the moment

IvanKolchanov commented 1 month ago

Resolved in #332