Open lucymhdavies opened 6 years ago
In fact, the example above already has a test Cali app that can be used to test this specific use case:
https://github.com/LMHD/lucli/blob/master/cmd/vault.go
Which can be run as
cat foo.json | lucli --vault-address=https://vault.fancycorp.io vault -- write secret/lucytest
Currently not possible in Cali, but recently fixed in the closed-source pscli:
For example, this would allow things like this:
(the example above is using a modified version of the
hashicorp/vault
image)