Support OIDC Client Credentials authentication to CTS
JIRA: RHELCMP-11324 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
091d228219
commit
e4c525ecbf
5 changed files with 93 additions and 32 deletions
|
|
@ -194,6 +194,17 @@ Options
|
|||
Tracking Service Kerberos authentication. If not defined, the default
|
||||
Kerberos principal is used.
|
||||
|
||||
**cts_oidc_token_url**
|
||||
(*str*) -- URL to the OIDC token endpoint.
|
||||
For example ``https://oidc.example.com/openid-connect/token``.
|
||||
This option can be overridden by the environment variable ``CTS_OIDC_TOKEN_URL``.
|
||||
|
||||
**cts_oidc_client_id*
|
||||
(*str*) -- OIDC client ID.
|
||||
This option can be overridden by the environment variable ``CTS_OIDC_CLIENT_ID``.
|
||||
Note that environment variable ``CTS_OIDC_CLIENT_SECRET`` must be configured with
|
||||
corresponding client secret to authenticate to CTS via OIDC.
|
||||
|
||||
**compose_type**
|
||||
(*str*) -- Allows to set default compose type. Type set via a command-line
|
||||
option overwrites this.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue