Skip to content
#

zero-trust

Here are 74 public repositories matching this topic...

immudb
zaza81
zaza81 commented Oct 19, 2021
  • Missing information on how to create other databases
  • Missing information on how to switch to other databases
  • When using time travel, we don’t know where to get the transaction number from - we should show this to the user after committing data (this may be a missing capability in immudb / tools).
  • The last long query example in the quick start is incorrect (incorrect
documentation good first issue
ockam
elusivesecurity
elusivesecurity commented Jun 14, 2022

Community Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not he

type/enhancement good first issue
marcofranssen
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.

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the zero-trust topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zero-trust topic, visit your repo's landing page and select "manage topics."

Learn more