--- argument_specs: main: description: "Sets up a oauth2-proxy container" options: oauth2_proxy_oidc_issuer_url: description: the OpenID Connect issuer URL type: str required: true oauth2_proxy_client_id: description: the OAuth client ID type: str required: true oauth2_proxy_client_secret: description: the OAuth client secret type: str required: true