From 6c9e5bd3308b58e3309088d96c20bb24d495c9be Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Sun, 17 Dec 2023 15:22:03 -0500 Subject: [PATCH] correctly spell OAuth --- docker/compose/zrok-public-reserved/compose.yml | 2 +- docker/compose/zrok-public-share/compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/compose/zrok-public-reserved/compose.yml b/docker/compose/zrok-public-reserved/compose.yml index 70d8d79f7..a72f704c2 100644 --- a/docker/compose/zrok-public-reserved/compose.yml +++ b/docker/compose/zrok-public-reserved/compose.yml @@ -43,7 +43,7 @@ services: ZROK_TARGET: # backend target, is a path in container filesystem unless proxy mode ZROK_INSECURE: # "--insecure" if proxy target has unverifiable TLS server certificate ZROK_OAUTH_PROVIDER: # google, github - ZROK_OATH_EMAILS: # allow space-separated list of OAuth email addresses or @domain.tld + ZROK_OAUTH_EMAILS: # allow space-separated list of OAuth email addresses or @domain.tld ZROK_BASIC_AUTH: # username:password, mutually-exclusive with ZROK_OAUTH_PROVIDER # least relevant options diff --git a/docker/compose/zrok-public-share/compose.yml b/docker/compose/zrok-public-share/compose.yml index a57b3ea7d..86665be95 100644 --- a/docker/compose/zrok-public-share/compose.yml +++ b/docker/compose/zrok-public-share/compose.yml @@ -44,7 +44,7 @@ services: ZROK_TARGET: http://zrok-test:9090 # backend target, is a path in container filesystem unless proxy mode ZROK_INSECURE: # "--insecure" if proxy target has unverifiable TLS server certificate ZROK_OAUTH_PROVIDER: # google, github - ZROK_OATH_EMAILS: # space-separated list of OAuth email addresses or @domain.tld to allow + ZROK_OAUTH_EMAILS: # space-separated list of OAuth email addresses or @domain.tld to allow ZROK_BASIC_AUTH: # username:password, mutually-exclusive with ZROK_OAUTH_PROVIDER # least relevant options