OAuth2 Proxy
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 24 | 06 Feb 2026 | |
| latest/edge | 24 | 06 Feb 2026 | |
| 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.
-
enable_jwt_bearer_tokens | boolean
If set to
True, OAuth2 Proxy will allow requests that have verified JWT bearer tokens. -
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/