Merge pull request #661 from openziti/qrkourier-patch-4

Update zrok-controller-config.yml.envsubst
This commit is contained in:
Michael Quigley 2024-06-15 17:02:56 -04:00 committed by GitHub
commit 3be8af50d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG
## v0.4.32
FIX: use controller config spec v4 in the Docker instance
## v0.4.31
FEATURE: New "limits classes" limits implementation (https://github.com/openziti/zrok/issues/606). This new feature allows for extensive limits customization on a per-user basis, with fallback to the global defaults in the controller configuration.

View File

@ -4,7 +4,7 @@
# /___|_| \___/|_|\_\
# controller configuration
v: 3
v: 4
admin:
# generate these admin tokens from a source of randomness, e.g.
# LC_ALL=C tr -dc _A-Z-a-z-0-9 < /dev/urandom | head -c32