From 8e4dfec4e61ba354c296c581ed074886e5006738 Mon Sep 17 00:00:00 2001 From: Googler Date: Thu, 6 Jun 2024 11:35:04 -0700 Subject: [PATCH] docs(components): internal Signed-off-by: Googler PiperOrigin-RevId: 640967527 --- .../proto/template_metadata.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto b/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto index aa08628cf3c..b886ca5c985 100644 --- a/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto +++ b/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto @@ -303,9 +303,9 @@ message GoogleCloudServiceAccountValidation { // Example: "aiplatform.metadataStores.get" repeated string permissions = 3; - // Optional. Roles need to be granted for the service account. - // The role names will occur in preflight validations' error message - // as an action item for users. + // Optional. Roles suggestions for users to grant to SA. We will ***not*** + // verify if the SA has the role granted or not. The role names will occur in + // preflight validations' error message as an action item for users. repeated string role_names = 4; }