Merge branch 'main' into v1_0_0

This commit is contained in:
Michael Quigley 2024-08-23 12:36:41 -04:00
commit 1a6d6e526d
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 4 additions and 8 deletions

View File

@ -4,6 +4,10 @@
MAJOR RELEASE: zrok reaches version 1.0.0!
## v0.4.40
FIX: prune incorrect troubleshooting advice about listing Caddy's certificates
## v0.4.39
FEATURE: New API endpoint allowing direct creation of accounts in the zrok database. Requires an admin token (specified in the controller configuration yaml) for authentication. See the OpenAPI spec for details of the API endpoint. The `zrok admin create account` CLI was also updated to call the API endpoint, rather than directly operating on the underlying database (https://github.com/openziti/zrok/issues/734). The [Docker](https://github.com/openziti/zrok/pull/736) and [Kubernetes](https://github.com/openziti/helm-charts/pull/249) zrok instance deployments were adapted to the new CLI parameter shape.

View File

@ -214,14 +214,6 @@ The `ziti-quickstart` and `caddy` containers publish ports to all devices that u
dns.providers.cloudflare
```
1. Verify certificates.
You can check the certificates that Caddy has obtained.
```bash
docker compose exec caddy caddy list-certificates
```
1. Use the Caddy admin API.
You can use the Caddy admin API to check the status of the Caddy instance. The admin API is available on port `2019/tcp` inside the Docker Compose project. You can modify `compose.override.yml` to publish the port if you want to access the admin API from the Docker host or elsewhere.