From 1c43da7c7f756608a79d1905bd4832e32c000109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 15 Jul 2022 19:19:45 +0200 Subject: [PATCH] ODCS: set the token username MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- modules/sysadmin_guide/pages/odcs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sysadmin_guide/pages/odcs.adoc b/modules/sysadmin_guide/pages/odcs.adoc index e24fe69..b01c7b9 100644 --- a/modules/sysadmin_guide/pages/odcs.adoc +++ b/modules/sysadmin_guide/pages/odcs.adoc @@ -145,7 +145,7 @@ This will cause the cron job to fail on the backend. Tokens have a lifetime of o To regenerate the token, run the following command in the ansible repo: .... -scripts/generate-oidc-token odcs-prod -e 365 -s https://id.fedoraproject.org/scope/groups -s https://pagure.io/odcs/new-compose -s https://pagure.io/odcs/renew-compose -s https://pagure.io/odcs/delete-compose +scripts/generate-oidc-token odcs-prod -e 365 -u releng-odcs@service -s https://id.fedoraproject.org/scope/groups -s https://pagure.io/odcs/new-compose -s https://pagure.io/odcs/renew-compose -s https://pagure.io/odcs/delete-compose .... Follow the instructions given by the script: run the SQL command on the Ipsilon database server: