templates: add s3 bucket name
Composer API v2 requires a bucket name to be set in composer configuration. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
57250f5496
commit
7cf02091d1
1 changed files with 2 additions and 0 deletions
|
|
@ -207,6 +207,8 @@ objects:
|
|||
enable_jwt = true
|
||||
jwt_keys_url = "${SSO_BASE_URL}/protocol/openid-connect/certs"
|
||||
jwt_acl_file = "${COMPOSER_CONFIG_DIR}/acl.yml"
|
||||
[koji.aws_config]
|
||||
bucket = "imagebuilder.service.staging"
|
||||
[worker]
|
||||
request_job_timeout = "20s"
|
||||
base_path = "/api/image-builder-worker/v1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue