Switch the authentication method that the koji builder plugin uses from mTLS to SSO. Since we are using the mock openid server from the `osbuild-composer-tests` package. Make this package a dependency of `koji-osbuild-tests`.
16 lines
436 B
TOML
16 lines
436 B
TOML
[koji]
|
|
ca = "/etc/osbuild-composer/ca-crt.pem"
|
|
enable_tls = true
|
|
enable_mtls = false
|
|
enable_jwt = true
|
|
jwt_keys_url = "https://localhost:8081/certs"
|
|
jwt_ca_file = "/etc/osbuild-composer/ca-crt.pem"
|
|
jwt_acl_file = ""
|
|
|
|
[koji.servers.localhost.kerberos]
|
|
principal = "osbuild-krb@LOCAL"
|
|
keytab = "/etc/osbuild-composer/client.keytab"
|
|
|
|
[worker]
|
|
allowed_domains = ["localhost", "client.osbuild.local"]
|
|
ca = "/etc/osbuild-composer/ca-crt.pem"
|