hashicorp / vault-client-go

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

Sync OpenAPI; PkiConfigureAcmeRequest += AllowRoleExtKeyUsage #202

Closed maxb closed 1 year ago

maxb commented 1 year ago

Also some corrections to x-vault-sudo and x-vault-createSupported metadata in the OpenAPI document that do not influence generation.

Normally I wouldn't bother creating a separate PR just for this, but I have a few open Vault PRs that will result in larger cross-cutting changes to the generated OpenAPI, so I thought it best to do this minor sync first, so that these changes are not mingled with those upcoming changes.

averche commented 1 year ago

Thanks for the PR! BTW we've been thinking about excluding ACME-related requests from the libraries at some point in the future.