Geo-scale, next-generation peer-to-peer sharing platform built on top of OpenZiti.
Go to file
2022-09-19 15:46:49 -04:00
.github/workflows Initial commit 2022-07-19 19:10:32 -04:00
bin better http frontend configuration semantics (#48) 2022-09-06 15:01:38 -04:00
cmd/zrok vestigial (#50, #51) 2022-09-12 15:29:25 -04:00
controller tags for identity and edge router policy (#60) 2022-09-19 14:42:05 -04:00
docs docs 2022-09-09 16:02:43 -04:00
endpoints http frontend log spam fix 2022-09-09 10:01:24 -04:00
etc account request infrastructure (#50, #51) 2022-09-09 13:35:21 -04:00
model rough in controller proxy auth config building (#12) 2022-08-16 11:55:26 -04:00
rest_client_zrok /disable endpoint in openapi definition (#30) 2022-09-01 17:39:02 -04:00
rest_model_zrok username -> email (#50, #51) 2022-09-09 10:20:05 -04:00
rest_server_zrok username -> email (#50, #51) 2022-09-09 10:20:05 -04:00
specs username -> email (#50, #51) 2022-09-09 10:20:05 -04:00
ui slightly better ui scaffolding for registration (#50) 2022-09-19 15:46:49 -04:00
util check service/refresh missing services zrok proxy fix (#27) 2022-08-10 15:02:47 -04:00
zrokdir disable; working (#30) 2022-09-02 13:07:27 -04:00
.gitignore controller store skeleton; sqlx; sqlite3; migrations 2022-07-22 13:53:39 -04:00
go.mod shortuuid for tokens (#59) 2022-09-14 14:08:12 -04:00
go.sum shortuuid for tokens (#59) 2022-09-14 14:08:12 -04:00
README.md multi-tenant is important 2022-07-21 09:45:51 -04:00

zrok

zrok is a utility for quickly proving public access to dark, private applications.

zrok overview

zrok is designed with the following properties:

Easiest Possible On-ramp

zrok is the fastest, simplest path for exposing dark, private applications onto the public internet using Ziti.

Simple Registration

Registering for access to zrok should provide the user with a single identity token, which can be used from any shell environment to quickly enable access to private applications.

Enabling zrok in a shell should be as simple as executing something like:

$ zrok enable <token>

Single-Executable Deployment

A registered user should only need a single executable (zrok), along with their identity, to enable zrok capabilities in any shell environment.

URLs that Don't Change

The smallest, simplest zrok implementation could be capable of providing URLs that don't change. The competition does not offer this capability without a subscription.

Expand into Ziti

The zrok implementation should (ideally) be such that zrok usage patterns can co-exist with larger, more featureful Ziti implementations. Ideally, a developer who started with zrok should have patterns that allow them to incrementally expand their usage.

Multiple Isolated Tenants

A single zrok implementation should support multiple isolated tenants coexisting on the same deployment (and underlying Ziti network) in a secure manner.

Self-hosting Capable

The zrok implementation should support self-hosting, such that existing Ziti users can easily add zrok capabilities to their existing networks.