Add command to proxy a vault cli command via spiffe-vault #7
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
By implementing a proxying command we can invoke vault cli options via spiffe-vault directly.
e.g.
./spiffe-vault proxy 'vault read transit/keys/cosign'
as opposed to running
This way we will never have to export the token within the current shell.
The text was updated successfully, but these errors were encountered: