23 lines
426 B
YAML
23 lines
426 B
YAML
|
---
|
||
|
argument_specs:
|
||
|
main:
|
||
|
options:
|
||
|
tz:
|
||
|
type: str
|
||
|
oidc_enabled:
|
||
|
type: int
|
||
|
oidc_provider_metadata_url:
|
||
|
type: str
|
||
|
oidc_client_id:
|
||
|
type: str
|
||
|
oidc_client_secret:
|
||
|
type: str
|
||
|
oidc_client_crypto_key:
|
||
|
type: str
|
||
|
oidc_remote_user_claim:
|
||
|
type: str
|
||
|
oidc_scopes:
|
||
|
type: str
|
||
|
oidc_x_forwarded_headers:
|
||
|
type: str
|