Prior this change, the structure was following: [koji.localhost.kerberos] This change modifies it to: [koji.servers.localhost.kerberos] This allows us to put more config options under the koji section. See following commits, they use this new possibility.
6 lines
174 B
TOML
6 lines
174 B
TOML
[koji.servers.localhost.kerberos]
|
|
principal = "osbuild-krb@LOCAL"
|
|
keytab = "/etc/osbuild-composer/client.keytab"
|
|
|
|
[worker]
|
|
allowed_domains = [ "localhost", "*.osbuild.org" ]
|