18 lines
453 B
YAML
18 lines
453 B
YAML
---
|
|
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
|