Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to proxy a vault cli command via spiffe-vault #7

Open
marcofranssen opened this issue Sep 28, 2021 · 0 comments
Open

Add command to proxy a vault cli command via spiffe-vault #7

marcofranssen opened this issue Sep 28, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@marcofranssen
Copy link
Member

marcofranssen commented Sep 28, 2021

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

eval "$(./spiffe-vault auth -role local)"
vault read transit/keys/cosign

This way we will never have to export the token within the current shell.

@marcofranssen marcofranssen added the enhancement New feature or request label Sep 28, 2021
@marcofranssen marcofranssen added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant