Skip to content
#

zero-trust

Here are 48 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
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
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

ockam

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 Jan 31, 2022
  • CSS
CodyFagley
CodyFagley commented Jul 20, 2021

IMPORTANT NOTE: As of v0.26.3, the content below is ONLY relevant for Raspberry Pi (3+)

Xita cross compiler is currently hung up on data types system, because the memory allocation system is not implemented in assembly. Types that exceed 8 bytes in size must dynamically allocate memory to hold the data.

To continue development of data types for the language, the compiler dev te

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