From e3662873a904a4d7c0b439fa84d3606b3bd2f079 Mon Sep 17 00:00:00 2001 From: Thomas Cardin <49320132+ThomasCardin@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:30:59 -0500 Subject: [PATCH] limit access to org --- kubernetes/system/oauth2-proxy/helm/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kubernetes/system/oauth2-proxy/helm/values.yaml b/kubernetes/system/oauth2-proxy/helm/values.yaml index 740e0b0..a01980d 100644 --- a/kubernetes/system/oauth2-proxy/helm/values.yaml +++ b/kubernetes/system/oauth2-proxy/helm/values.yaml @@ -53,6 +53,9 @@ config: cookie_secure = true redirect_url = "https://oauth2.ninebasetwo.net/oauth2/callback" proxy_prefix = "/oauth2" + + github_org = "ninebasetwo-net" + github_users = [ "ThomasCardin" ] # Custom configuration file: oauth2_proxy.cfg # configFile: |- # pass_basic_auth = false