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: More unreleased plugin changes #212

Closed maxb closed 1 year ago

maxb commented 1 year ago

Made with:

go get github.com/hashicorp/vault-plugin-{secrets-{gcp,kv},auth-jwt}@main
go mod tidy

Bring in new changes from:

Additionally, update the operation ID exclusion logic, as now we need to ignore operation IDs ending in 4, as well as 2 and 3. Tidy up the templates a bit, around that.

Delete the api_test.handlebars template file, since we already turn tests off entirely, and have not implemented the ignore 2, 3, and now 4 suffixed operation ID logic in that one - so it's not even usable for us.