hashicorp / vault-service-broker

The official HashiCorp Vault broker integration to the Open Service Broker API. This service broker provides support for secure secret storage and encryption-as-a-service to HashiCorp Vault.
https://www.vaultproject.io/
Mozilla Public License 2.0
84 stars 38 forks source link

Don't error if accessor deleted #48

Closed tyrannosaurus-becks closed 5 years ago

tyrannosaurus-becks commented 5 years ago

Solves this error where an accessor may have expired or have been deleted out-of-band.

Service broker failed to delete service binding for instance test-broker: Service broker error: failed to revoke accessor foo: Error making API request. URL: POST https://localhost:8200/v1/auth/token/revoke-accessor Code: 400. Errors: * 1 error occurred: * invalid accessor
hashicorp-cla commented 5 years ago

CLA assistant check
All committers have signed the CLA.