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

zero-trust

Here are 55 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
shizunge
shizunge commented Jan 18, 2022

Found a strange behavior on netclient and found the following codes in netclient/wireguard/common.go

		if keepAliveString == "0" {
			keepAliveString = "15"
		}

Anyone knows why we are doing this?
IMO, Netclient should not decide what the value is, but follow the instructions from the server (otherwise what is the propose to having a server).

Also I found the keepalive value in

boundary
ichasco-heytrade
ichasco-heytrade commented Jan 7, 2022

Hi,

I have configured boundary with this configuration:

kms "awskms" {
  purpose    = "root"
  region     = "eu-west-1"
  kms_key_id = "13f71062-f9da-4397-8dca-XXXXXXXX"
}

And it gives the next error:

boundary         | Error parsing KMS configuration: error fetching AWS KMS wrapping key information: NoCredentialProviders: no valid providers in chain. Deprecated.
boun
ockam
antoinevg
antoinevg commented Feb 18, 2022

In implementations/rust/ockam/ockam_transport_ble/src/driver/packet.rs:104:

// TODO Currently we only support packet lengths up to 2^16
// bits long.
//
// The reason for this is that I'm too lazy right now to setup
// a control channel for this BLE UART implementation and
// instead rely on the probability of receiving an 8 byte long
// packet consisting of 6 zero bytes followed b

LunaSec - Open Source Security Software built by Security Engineers. Scan your dependencies for Log4Shell, or add Data Tokenization to prevent data leaks. Try our live Tokenizer demo: https://app.lunasec.dev

  • Updated Mar 11, 2022
  • CSS

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