oauth2-proxy-k8s

OAuth2 Proxy

Channel Revision Published Runs on
latest/stable 20 19 Aug 2025
Ubuntu 22.04
latest/edge 21 19 Sep 2025
Ubuntu 22.04
0.1/stable 3 27 Feb 2025
Ubuntu 22.04
juju deploy oauth2-proxy-k8s
Show information

Platform:

Learn about configurations >

  • 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/