cmd/composer: drop koji configuration
Now that all interaciton with the koji API happens in the workers we can drop koji configuration from composer itself. This means that composer no longer needs to be provisioned with kerberos credentials, and does not need to know about which koji servers the workers support.
This commit is contained in:
parent
654daf96c1
commit
5dac422b9c
7 changed files with 3 additions and 39 deletions
4
cmd/osbuild-composer/testdata/test.toml
vendored
4
cmd/osbuild-composer/testdata/test.toml
vendored
|
|
@ -2,10 +2,6 @@
|
|||
allowed_domains = [ "osbuild.org" ]
|
||||
ca = "/etc/osbuild-composer/ca-crt.pem"
|
||||
|
||||
[koji.servers."example.com".kerberos]
|
||||
principal = "example@osbuild.org"
|
||||
keytab = "/etc/osbuild-composer/osbuild.keytab"
|
||||
|
||||
[worker]
|
||||
allowed_domains = [ "osbuild.org" ]
|
||||
ca = "/etc/osbuild-composer/ca-crt.pem"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue