This script is intended to be called between "run-koji-container" and "run-builder". It will copy the kerberos keytabs out of the temporary directory generated by "run-koji-container" as well as copying the SSL/TLS certificates from host to the share dir so that the plugin ca use it to authenticate itself to composer.
3 lines
103 B
TOML
3 lines
103 B
TOML
[koji.localhost.kerberos]
|
|
principal = "osbuild-krb@LOCAL"
|
|
keytab = "/etc/osbuild-worker/client.keytab"
|