From 7dc24f77e004aab8fe9fac93a302752441bd6ba4 Mon Sep 17 00:00:00 2001
From: Guillaume Da Silva
Date: Tue, 7 Jul 2026 16:56:11 +0200
Subject: [PATCH] fix(clusters): use working S3 URL format for CloudFormation
role template link
The template.json bucket lives in us-east-2. The legacy path-style
global endpoint (s3.amazonaws.com/bucket/key) only resolves without a
redirect for us-east-1 buckets, so CloudFormation's quick-create-stack
page failed to load the template with an Access Denied error. Switch
to the virtual-hosted-style URL already used in the docs, which
resolves directly with no redirect.
---
.../lib/cluster-credentials-modal/cluster-credentials-modal.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/domains/clusters/feature/src/lib/cluster-credentials-modal/cluster-credentials-modal.tsx b/libs/domains/clusters/feature/src/lib/cluster-credentials-modal/cluster-credentials-modal.tsx
index 163082d1d16..ea4f55620e7 100644
--- a/libs/domains/clusters/feature/src/lib/cluster-credentials-modal/cluster-credentials-modal.tsx
+++ b/libs/domains/clusters/feature/src/lib/cluster-credentials-modal/cluster-credentials-modal.tsx
@@ -644,7 +644,7 @@ bash -s -- $GOOGLE_CLOUD_PROJECT qovery_role qovery-service-account"
Execute the following Cloudformation stack and retrieve the role ARN from the “Output” section.
Cloudformation stack