From 24f2e48e489d63fdf606b27e0ca62f3dc7e34e00 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 16 Nov 2022 12:59:38 -0500 Subject: [PATCH] single-use (#20, #88) --- docs/v0.3_sharing_modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v0.3_sharing_modes.md b/docs/v0.3_sharing_modes.md index 84a75fa1..9123c6da 100644 --- a/docs/v0.3_sharing_modes.md +++ b/docs/v0.3_sharing_modes.md @@ -20,7 +20,7 @@ The `frontend` selection approach also gives us a clean implementation for picki `v0.3` introduces a "private" sharing mode. When provisioning a service for private sharing, `zrok` will not create any policies for the service, until a request for a `frontend` binding is created for the service (through the `v0.3` `zrok serve` command). -The `v0.3` `zrok` API will support creating `frontend` instances for both identified users (where the `zrok` user has a provisioned `environment`), as well as ephemeral users (the `zrok` controller will create an "ephemeral environment" for these `frontend` instances). +The `v0.3` `zrok` API will support creating `frontend` instances for both identified users (where the `zrok` user has a provisioned `environment`), as well as ephemeral users (the `zrok` controller will create a single-use "ephemeral environment" for these `frontend` instances). ## Backend Modes