zero-trust
Here are 42 public repositories matching this topic...
Netmaker makes networks. Netmaker makes networking easy, fast, and secure across all environments.
-
Updated
Aug 13, 2021 - Go
Single Packet Authorization > Port Knocking
-
Updated
Apr 20, 2021 - Perl
A curated collection of awesome resources for the zero-trust security model.
-
Updated
May 31, 2021
Condensation is a zero-trust distributed database that ensures data ownership and data security
-
Updated
Mar 15, 2021 - JavaScript
Describe the bug:
Remove react-copy-to-clipboard from all used sources in the dashboard. It is buggy and requires a double click to copy. Use built-in navigator.clipboard as its replacement.
Versions:
All versions
BeyondCorp-inspired Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-trust transition.
-
Updated
Mar 16, 2021 - Go
CipherIDaaS —— Open-source IDaaS/IAM product by CipherChina , Hangzhou .
-
Updated
Aug 13, 2021 - Java
Serverless, Zero-Trust SSH for Microsoft Azure
-
Updated
Jul 21, 2021 - Go
Your ultimate infrastructure to run a CTF, with a BeyondCorp-like zero-trust network and simple infrastructure-as-code configuration.
-
Updated
Jun 6, 2021 - Go
Quickstarts for deploying Azure Spring Cloud Reference Architecture - using Terraform, ARM Template, Bicep or Azure CLI
-
Updated
Jul 29, 2021 - HCL
Official helm charts for Pomerium.
-
Updated
Aug 11, 2021 - Mustache
Please consider providing 1 manifest.yaml file for installing the operator, for usage with e.g. kustomize.
Identity-Aware Proxy
-
Updated
Jan 9, 2020 - Go
Simple & efficient log file scanning and iptable filtering
-
Updated
Jun 2, 2021 - C
Cloudflare for Teams + HashiCorp Vault = Zero Trust Love
-
Updated
Aug 9, 2021 - HCL
PrivX - Just-in-time Access Management
-
Updated
Jun 28, 2021 - TypeScript
Continuous Development on Kubernetes environments
-
Updated
Jul 10, 2021 - Python
Authentication and authorization tokens designed specifically for use with zero-trust microservices.
-
Updated
Nov 22, 2020 - TypeScript
SNI respecting TLS reverse proxy that supports pluggable authentication
-
Updated
May 14, 2021 - Go
TOTP MFA for teams: Shamir's Secret Sharing and zero trust OTP generation
-
Updated
May 27, 2021 - Go
Elastic Jump Host for AWS VPC
-
Updated
Aug 12, 2021 - TypeScript
Securely encrypt, store, and share files, including but not limited to pictures and videos.
-
Updated
Jul 20, 2021 - Go
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
Terraform modules for CloudGen Access resources
-
Updated
Jun 9, 2021 - HCL
Linux Endpoint which tracks and logs all incoming and outgoing TCP and UDP connections along with the name of the process and who owns the process
-
Updated
Mar 26, 2019 - Rust
A modern and trustless secure data cloud storage service
-
Updated
May 24, 2021 - Python
Fork of the Stingle Photos android app with local changes to allow connecting to your own server.
-
Updated
Aug 12, 2021 - Java
Improve this page
Add a description, image, and links to the zero-trust topic page so that developers can more easily learn about it.
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."


Is your feature request related to a problem? Please describe.
As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.
Describe the solution you'd like
We should provide some sanity checking to prevent unintended timeout behavior.