From 34fb2b60017dda1be5d4426a2b3f38fddeda7b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Fri, 27 May 2022 16:48:30 +0200 Subject: [PATCH] templates: add Fedora prod tenant to the ACL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Budai --- templates/composer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/composer.yml b/templates/composer.yml index 8d9eb98ca..a7345f441 100644 --- a/templates/composer.yml +++ b/templates/composer.yml @@ -425,10 +425,10 @@ parameters: value: "imagebuilder.service.staging" - description: Allowed tenants based on org id name: ACL_ORG_ID_TENANTS - value: "15842261|15877963|15885990" + value: "15842261|15877963|15885990|16057323" - description: Allowed tenants based on account id name: ACL_ACCOUNT_ID_TENANTS - value: "15842261" + value: "15842261|16057323" - description: composer-api port name: COMPOSER_API_PORT required: true