From 2ea2e9be099ce01c53409a1aac703b708c140954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 8 Mar 2022 12:52:05 +0100 Subject: [PATCH] templates/composer: give access to Fedora org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We will be using both offline tokens (account_id) and service accounts (rh-org-id) for now. Signed-off-by: Ondřej Budai --- templates/composer.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/composer.yml b/templates/composer.yml index 07288cf92..259ade6e4 100644 --- a/templates/composer.yml +++ b/templates/composer.yml @@ -202,7 +202,9 @@ objects: - claim: user_id pattern: ^(54629121|54629180|54597799|54676085|54968801)$ - claim: rh-org-id - pattern: ^(13826359)$ + pattern: ^(13826359|15842261)$ + - claim: account_id + pattern: ^(15842261)$ osbuild-composer.toml: | log_level = "info" [koji]