OAuth2 Proxy
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 20 | 19 Aug 2025 | |
latest/edge | 21 | 19 Sep 2025 | |
0.1/stable | 3 | 27 Feb 2025 |
juju deploy oauth2-proxy-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
cpu | string
K8s cpu resource limit, e.g. "1" or "500m". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
dev | boolean
Run OAuth2 Proxy in dev mode. If enabled, it will skip validation of certificates presented when using HTTPS providers. This should only be used for development purposes.
-
memory | string
K8s memory resource limit, e.g. "1Gi". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/