single-use (#20, #88)

This commit is contained in:
Michael Quigley 2022-11-16 12:59:38 -05:00
parent e19aa2d7eb
commit 24f2e48e48
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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