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

docs: update example policy #68

Closed tvoran closed 2 years ago

tvoran commented 2 years ago

The vault client uses sys/policies/acl instead of sys/policy now, as of https://github.com/hashicorp/vault/pull/5583.

Resolves #44, resolves #51