hashicorp / vault-client-go

HashiCorp Vault Go Client Library generated from OpenAPI spec.
Mozilla Public License 2.0
84 stars 17 forks source link

Fixed PkiListResponse encoding issue (#175) #176

Closed averche closed 1 year ago

averche commented 1 year ago

Description

Regenerating with the latest schema after fixing the response struct in https://github.com/hashicorp/vault/pull/20782.

Resolves #175