The Wayback Machine - https://web.archive.org/web/20220721033448/https://github.com/topics/zero-trust
Skip to content
#

zero-trust

Here are 75 public repositories matching this topic...

immudb
zaza81
zaza81 commented Oct 19, 2021

As a result of the showcase, we should improve the following messages:

  • “column does not exist”: Which one?
  • “syntax error: unexpected IDENTIFIER”: Would like to
  • have a hint where to look for the error in my statement.
  • "pq: syntax error: unexpected $unk"
good first issue Component::immudb
ockam
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
opentdf

Quickstart guide, examples, and documentation repository for OpenTDF, the reference implementation of the Trusted Data Format (TDF). TDF is an object encoding specification that empowers zero-trust security measures by providing end-to-end cryptographic security features with data encryption and tagging.

  • Updated Jul 20, 2022
  • Shell

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