zero-trust
Here are 42 public repositories matching this topic...
-
Updated
Aug 13, 2021 - Go
-
Updated
Apr 20, 2021 - Perl
-
Updated
May 31, 2021
-
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
-
Updated
Mar 16, 2021 - Go
-
Updated
Aug 13, 2021 - Java
-
Updated
Jul 21, 2021 - Go
-
Updated
Jun 6, 2021 - Go
-
Updated
Jul 29, 2021 - HCL
-
Updated
Aug 11, 2021 - Mustache
Please consider providing 1 manifest.yaml file for installing the operator, for usage with e.g. kustomize.
-
Updated
Jan 9, 2020 - Go
-
Updated
Jun 2, 2021 - C
-
Updated
Aug 9, 2021 - HCL
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
Jul 10, 2021 - Python
-
Updated
Nov 22, 2020 - TypeScript
-
Updated
May 14, 2021 - Go
-
Updated
May 27, 2021 - Go
-
Updated
Aug 12, 2021 - TypeScript
-
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
-
Updated
Jun 9, 2021 - HCL
-
Updated
Mar 26, 2019 - Rust
-
Updated
May 24, 2021 - Python
-
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.