jippi / vault-php-sdk

Vault PHP SDK, inspired by sensio consul sdk
MIT License
54 stars 35 forks source link

add 'LIST' command to request #16

Closed TimoDJatomika closed 5 years ago

TimoDJatomika commented 5 years ago

This is used e.g. in the KV Store.

See: https://www.vaultproject.io/api/secret/kv/kv-v2.html#list-secrets

jippi commented 5 years ago

Thank you @TimoDJatomika ! :)

TimoDJatomika commented 5 years ago

Thanks for the quick response. Do you think it would be a good idea to create a new tag? Because I download your repo via composer. And I don't wanna use the "dev-master" version.

jippi commented 5 years ago

Done :) https://github.com/jippi/vault-php-sdk/releases/tag/2.0.1

TimoDJatomika commented 5 years ago

Thank youuuu