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: Unreleased plugin changes #211

Closed maxb closed 1 year ago

maxb commented 1 year ago

This PR has been generated from a local Vault working copy which has had:

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

run on it, to pull in some unreleased changes in plugins.

You may or may not want to merge this right now, as it'll mean anyone else syncing the OpenAPI has to know and keep doing that, to avoid reverting changes.

I'm happy for it to stand unmerged as a visualization of pending incoming changes.

There are some further changes it might be worth getting into the plugins, before a full release cycle is done:

averche commented 1 year ago

I think it's totally cool to merge unreleased plugin changes while we don't have an established CI process for this and the library is still in beta.