From 37ebac3f56a745e74e356a459038b796326c4597 Mon Sep 17 00:00:00 2001 From: Chamal Abeywardhana Date: Fri, 8 May 2026 09:09:55 +1000 Subject: [PATCH 1/2] New notification for GCP CCS SA permission issues --- osd/gcp/GCP_CCS_SA_invalid_permissions.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 osd/gcp/GCP_CCS_SA_invalid_permissions.json diff --git a/osd/gcp/GCP_CCS_SA_invalid_permissions.json b/osd/gcp/GCP_CCS_SA_invalid_permissions.json new file mode 100644 index 0000000..a495e6c --- /dev/null +++ b/osd/gcp/GCP_CCS_SA_invalid_permissions.json @@ -0,0 +1,9 @@ +{ + "severity": "Major", + "service_name": "SREManualAction", + "log_type": "cluster-access", + "summary": "Cluster reporting errors", + "description": "Your GCP cluster reporting errors due to missing or insufficient privileges on the GCP project used to provision the cluster. Please review and validate the prerequisites required on your GCP project. For further information see the documentation: https://docs.redhat.com/en/documentation/openshift_dedicated/4/html-single/planning_your_environment/index#ccs-gcp-customer-procedure-sa_gcp-ccs", + "doc_references": ["https://docs.redhat.com/en/documentation/openshift_dedicated/4/html-single/planning_your_environment/index#ccs-gcp-customer-procedure-sa_gcp-ccs"], + "internal_only": false +} From 6355e75e045574f8c5efc8780f541cd47a0349ce Mon Sep 17 00:00:00 2001 From: Chamal Abeywardhana Date: Fri, 8 May 2026 10:07:13 +1000 Subject: [PATCH 2/2] Typo fix --- osd/gcp/GCP_CCS_SA_invalid_permissions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osd/gcp/GCP_CCS_SA_invalid_permissions.json b/osd/gcp/GCP_CCS_SA_invalid_permissions.json index a495e6c..52602d0 100644 --- a/osd/gcp/GCP_CCS_SA_invalid_permissions.json +++ b/osd/gcp/GCP_CCS_SA_invalid_permissions.json @@ -3,7 +3,7 @@ "service_name": "SREManualAction", "log_type": "cluster-access", "summary": "Cluster reporting errors", - "description": "Your GCP cluster reporting errors due to missing or insufficient privileges on the GCP project used to provision the cluster. Please review and validate the prerequisites required on your GCP project. For further information see the documentation: https://docs.redhat.com/en/documentation/openshift_dedicated/4/html-single/planning_your_environment/index#ccs-gcp-customer-procedure-sa_gcp-ccs", + "description": "Your GCP cluster is reporting errors due to missing or insufficient privileges on the GCP project used to provision the cluster. Please review and validate the prerequisites required on your GCP project. For further information see the documentation: https://docs.redhat.com/en/documentation/openshift_dedicated/4/html-single/planning_your_environment/index#ccs-gcp-customer-procedure-sa_gcp-ccs.", "doc_references": ["https://docs.redhat.com/en/documentation/openshift_dedicated/4/html-single/planning_your_environment/index#ccs-gcp-customer-procedure-sa_gcp-ccs"], "internal_only": false }