oauth2-proxy: allow ioot subdomains

This commit is contained in:
Andrey Kartashov 2023-02-07 16:17:09 +07:00
parent d72631c9f8
commit 57b7368ace

View file

@ -9,6 +9,7 @@ oauth2-proxy:
upstreams = [ "file:///dev/null" ] upstreams = [ "file:///dev/null" ]
github_users = "amkartashov" github_users = "amkartashov"
proxy_prefix = "/" proxy_prefix = "/"
whitelist_domains = ".ioot.xyz"
ingress: ingress:
enabled: true enabled: true
annotations: annotations: