hashicorp / vault-plugin-secrets-mongodbatlas

Mozilla Public License 2.0
5 stars 3 forks source link

Fix Revoke leases #4

Closed thetonymaster closed 4 years ago

thetonymaster commented 4 years ago

The fields on walEntry struct weren't decoded and this caused the keys to not be deleted. Fixed, removed the switch and returned an error if the type of the key is not found.

hashicorp-cla commented 4 years ago

CLA assistant check
All committers have signed the CLA.

kalafut commented 4 years ago

Hi @thetonymaster . Can you check the commit you based this on? There are a lot of miscellaneous changes in the PR.