Oidc Gatekeeper

Channel Revision Published Runs on
latest/stable 57 20 Jan 2022
Ubuntu 20.04
latest/beta 278 04 Oct 2023
Ubuntu 20.04
latest/edge 382 09 May 2024
Ubuntu 20.04
ckf-1.8/stable 350 26 Feb 2024
Ubuntu 20.04
ckf-1.8/edge 383 09 May 2024
Ubuntu 20.04
ckf-1.7/stable 320 14 Dec 2023
Ubuntu 20.04
ckf-1.7/beta 176 28 Mar 2023
Ubuntu 20.04
ckf-1.7/edge 320 14 Dec 2023
Ubuntu 20.04
ckf-1.6/stable 76 07 Sep 2022
Ubuntu 20.04
ckf-1.6/beta 76 17 Aug 2022
Ubuntu 20.04
ckf-1.6/edge 76 17 Aug 2022
Ubuntu 20.04
ckf-1.4/stable 66 30 Jun 2022
Ubuntu 20.04
ckf-1.4/edge 66 29 Jun 2022
Ubuntu 20.04
juju deploy oidc-gatekeeper --channel ckf-1.8/stable
Show information

Platform:

Learn about configurations >

  • ca-bundle | string

    Custom CA to be trusted by OIDC gatekeeper. It is suggested to have the config: ca-bundle: | -----BEGIN CERTIFICATE----- .... -----END CERTIFICATE-----

  • client-id | string

    Default: authservice-oidc

    OpenID Connect client ID

  • client-name | string

    Default: Ambassador Auth OIDC

    Human-friendly OpenID Connect client name

  • client-secret | string

    OpenID Connect client secret

  • oidc-scopes | string

    Default: profile email groups

    OpenID Connect scopes

  • public-url | string

    Publicly-accessible endpoint for cluster

  • skip-auth-urls | string

    If not empty, this is a comma-separated list of paths, e.g. "/path1/,/path2/". That list defines which paths do not need to be authenticated on OIDC. The DEX path is always added to this list.

  • userid-claim | string

    Default: email

    OpenID Connect claim whose value will be used as the userid.