Views:
April 25, 2023, File Storage Security—Fixed the issue that caused File Storage Security to fail to update Cloud Functions, scanner license, and patterns in GCP stacks. If you are deploying File Storage Security via GCP (Deployment Manager), run the following commands in the Cloud Shell of the GCP console:
```
gcloud iam roles update trend-micro-fss-service-account-management-role --project=<PROJECT_ID> --add-permissions=iam.serviceAccounts.actAs
```
```
gcloud iam service-accounts add-iam-policy-binding <BUCKET_LISTENER_SERVICE_ACCOUNT>@<STORAGE_STACK_PROJECT_ID>.iam.gserviceaccount.com --member="serviceAccount:<MANAGEMENT_SERVICE_ACCOUNT_ID>@<MANAGEMENT_SERVICE_ACCOUNT_PROJECT_ID>.iam.gserviceaccount.com" --role="projects/
PROJECT_ID>/roles/trend_micro_fss_service_account_management_role"
```
```
gcloud iam service-accounts add-iam-policy-binding <POST_SCAN_ACTION_TAG_SERVICE_ACCOUNT>@<STORAGE_STACK_PROJECT_ID>.iam.gserviceaccount.com --member="serviceAccount:<MANAGEMENT_SERVICE_ACCOUNT_ID>@<MANAGEMENT_SERVICE_ACCOUNT_PROJECT_ID>.iam.gserviceaccount.com" --role="projects/<PROJECT_ID>/roles/trend_micro_fss_service_account_management_role"
```
If you are deploying File Storage Security via GCP (Terraform), this requires a stack update.