cloudapi: Pass the RepoRegistry to the cloudapi Server
This commit is contained in:
parent
b8967d53bc
commit
01ba674cac
4 changed files with 16 additions and 6 deletions
|
|
@ -149,7 +149,7 @@ func (c *Composer) InitAPI(cert, key string, enableTLS bool, enableMTLS bool, en
|
|||
TenantProviderFields: c.config.Koji.JWTTenantProviderFields,
|
||||
}
|
||||
|
||||
c.api = cloudapi.NewServer(c.workers, c.distros, config)
|
||||
c.api = cloudapi.NewServer(c.workers, c.distros, c.repos, config)
|
||||
|
||||
if !enableTLS {
|
||||
c.apiListener = l
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue