hashicorp / vault-plugin-secrets-mongodbatlas

Mozilla Public License 2.0
5 stars 3 forks source link

Allow WAL rollback to handle partial failure when creating API keys #32

Closed austingebauer closed 1 year ago

austingebauer commented 1 year ago

Overview

The WAL entry that allows the plugin to eventually clean up from partial failure was being immediately deleted. Instead, we should allow the WAL rollback function to eventually clean up from the partial failure.

Fixes https://github.com/hashicorp/vault-plugin-secrets-mongodbatlas/issues/27.

Related Issues/Pull Requests

Contributor Checklist