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:
Tom Gundersen 2020-11-09 15:45:24 +00:00 committed by Lars Karlitski
parent 654daf96c1
commit 5dac422b9c
7 changed files with 3 additions and 39 deletions

View file

@ -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"