1CLIENT.CONF(5)                     WaiverDB                     CLIENT.CONF(5)
2
3
4

NAME

6       client.conf - waiverdb-cli configuration file
7

DESCRIPTION

9       The   file   /etc/waiverdb/client.conf   contains   configuration   for
10       waiverdb-cli(1), a tool for reading and modifying WaiverDB.
11

OPTIONS

13       [waiverdb] - Configuration section for waiverdb-cli
14
15       api_url - Base URL for WaiverDB API
16
17       auth_method - Authentication method - OIDC (OpenID Connect) or Kerberos
18
19       Following options are valid only if auth_method is set to OIDC.
20
21       oidc_id_provider - URL of the identity provider for OIDC to get  tokens
22       from
23
24       oidc_client_id - OIDC client ID to request credentials
25
26       oidc_client_secret - OIDC client “secret” to request credentials
27
28       oidc_scopes - A list of scopes required for OIDC client
29

FILES

31       /usr/share/doc/waiverdb/client.conf.example
32          Template for configuration file.
33

EXAMPLE

35          [waiverdb]
36          # Specify OIDC or Kerberos for authentication
37          auth_method=OIDC
38          api_url=https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0
39          oidc_id_provider=https://id.fedoraproject.org/openidc/
40          oidc_client_id=waiverdb-authorizer
41          oidc_client_secret=notsecret
42          oidc_scopes=
43              openid
44              https://waiverdb.fedoraproject.org/oidc/create-waiver
45
46

AUTHOR

48       Red Hat, Inc. and others
49
51       2017, Red Hat, Inc. and others
52
53
54
55
560.14                             Feb 12, 2019                   CLIENT.CONF(5)
Impressum