From bf302fa85b72289882febbc30a90744556ac476d Mon Sep 17 00:00:00 2001 From: Kirk Bater Date: Tue, 17 Feb 2026 11:30:20 -0500 Subject: [PATCH 1/2] adds limited support reason for blocked installer IAM role --- .../CertificateRenewalBlockedByInstallerRole.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rosa/limited_support/CertificateRenewalBlockedByInstallerRole.json diff --git a/rosa/limited_support/CertificateRenewalBlockedByInstallerRole.json b/rosa/limited_support/CertificateRenewalBlockedByInstallerRole.json new file mode 100644 index 0000000..b73c1f1 --- /dev/null +++ b/rosa/limited_support/CertificateRenewalBlockedByInstallerRole.json @@ -0,0 +1,8 @@ +{ + "kind": "LimitedSupportReason", + "severity": "Warning", + "summary": "Cluster is in Limited Support due to Blocked Installer Role IAM Access", + "details": "Access to the Installer Role is currently being blocked. This can lead to failing important cluster management functions including but not limited to certificate renewals, which will cause loss of access to the cluster. Please remediate this issue in order to restore support", + "doc_references": ["https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws_classic_architecture/4/html/introduction_to_rosa/rosa-sts-about-iam-resources"], + "detection_type": "manual" +} \ No newline at end of file From 4ef3500c890c8e1ccf1b15d99702d8b504e91b97 Mon Sep 17 00:00:00 2001 From: Kirk Bater Date: Tue, 17 Feb 2026 16:10:40 -0500 Subject: [PATCH 2/2] Adds role name --- .../CertificateRenewalBlockedByInstallerRole.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rosa/limited_support/CertificateRenewalBlockedByInstallerRole.json b/rosa/limited_support/CertificateRenewalBlockedByInstallerRole.json index b73c1f1..f0ed72a 100644 --- a/rosa/limited_support/CertificateRenewalBlockedByInstallerRole.json +++ b/rosa/limited_support/CertificateRenewalBlockedByInstallerRole.json @@ -2,7 +2,7 @@ "kind": "LimitedSupportReason", "severity": "Warning", "summary": "Cluster is in Limited Support due to Blocked Installer Role IAM Access", - "details": "Access to the Installer Role is currently being blocked. This can lead to failing important cluster management functions including but not limited to certificate renewals, which will cause loss of access to the cluster. Please remediate this issue in order to restore support", + "details": "Access to the Installer Role: ${ROLE_NAME} is currently being blocked. This can lead to failing important cluster management functions including but not limited to certificate renewals, which will cause loss of access to the cluster. Please remediate this issue in order to restore support", "doc_references": ["https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws_classic_architecture/4/html/introduction_to_rosa/rosa-sts-about-iam-resources"], "detection_type": "manual" -} \ No newline at end of file +}